DELTA 301698 169 36 SVNlAAENDREP DELTA 301411 0 56 SVNW >N8j8):QO;3H ZnU};^gj:&W>rGY ^4tzƼ|2=0d7)KbxHbxlrp&B7a i0AW7&uRc`N~0C_0-S@i*7RDpdHɗKtt3cЮȃ:Ő~HٴQ4~є3`ϾMjnTcPJpTy\F7t8yw67 > o B )ʂVpZكzB%A aPO6i RN*X`R.SL8<$duv:s/\b] UGq-pOeYAn|i49VG#=ZиsSH) ﷣[{40sNkdzcy  {W%fcXFc\Px;:/aG64x*G+VgyE-2Bu^7Zve*X-~.˻0n}(|XP93RIu9èåP+kCAϔ[CR44ٺ'E.8![$$v*|?@)!T&dFzh8zA,A>D`{QcxRs>lX=H ڱm FعAV|rI'<iÎZT_Н`s;`ی0Keb=N'G.fn/6rn6y~!f H)NGU&ߪ̙b1ٻY] &i?n}'id,D|NJt{n[v*렛ν}sqOm=A{PنZM7ydzÿ@ kfX ȿ7/~_.20ENDREP DELTA 301409 1002 1624 SVN:aQ__c+s_cfi/cfi_var.h> #include "bhnd_chipc_if.h" #include "chipcreg.h" #include "chipcvar.h" #include "chipc_slicer.h" static int chipc_cfi_probe(device_t dev) { struct cfi_softc *sc; int error; sc = device_get_softc(dev); sc->sc_width = 0; if ((error = cfi_probe(dev)) > 0) return (error); device_set_desc(dev, "Broadcom ChipCommon CFI"); return (error); } static int chipc_cfi_attach(device_t dev) { chipc_register_slicer(CHIPC_PFLASH_CFI); return (cfi_attach(dev)ENDREP DELTA 301971 554 258 SVNq + )g )int chipc_set_resource(struct chipc_softc *sc, device_t child, int type, int rid, rman_res_t start, rman_res_t count, u_int port, u_int regionENDREP DELTA 301409 2639 2037 SVNf)q(&^h]@!&3u xVx^TMk@=Kb*(HB!ٮ1v\z[Zb*dlz5yB,&灾Pɖ*(9V2 BA,S4>xCd{IW"C(հ{ < llqƄ=W==lfy;AX*Xeoc lߞo:ECmrɄʙc v,sR^BU"/"2>@J.0м(%SN?ETN+MN`: %}S-#a],G|9!qM&&#@P֭( i}<֢C fԴ*zDA,{=?fRKE趡#kp&$3ϮEc8>lQ+6 ܂W s "?2gdh84|Odm֧5[whwL5?fcǹl9r4[3<Gf1jt:F aжX5˶)hQRlSw!Ozsؘaי-W6%LsvE\O?hrz5JI$eƮ[1J5315{'a*wKw6 )1 5#i1mlcfŵߛ皯Uz6v^ ) 7VOigC-QǰL'&ĨN(4܅mCS7aғzjVbQ/ŋ"R*2anք̽~k'>N/&=F7m U9׉`Q:gR/ex{q5ihTkc0t]Q簳l>8v\$`_hUw3Isc_dev; struct resource *sc_res; /**< SPI registers */ int sc_rid; struct resource *sc_flash_res; /**< flash shadow */ int sc_flash_ridres, 0, 0, \ BUS_SPACE_BARRIER_WRITE) #define SPI_BARRIER_READ(sc) bus_barrier((sc)->scres, 0, 0, \ BUS_SPACE_BARRIER_READ | \ BUS_SPACE_BARRIER_WRITE) #define SPI_WRITE(sc, reg, val) bus_write_4(sc->sc_res, (reg), (val)); #define SPI_READ(sc, reg) bus_read_4(sc->scENDREP DELTA 301971 842 397 SVN=R0Y'n=Gx^Wo6 lWi"݀dvc q-V`@KU&5J#)YMI={wt'\bNY)Vb^rX$W\@2蛌R( e Ƚ]0>?.m67B8.iozG^[!lu:Lgmf c0\> t88<KfXxYW!> y-ȱuzn\];BAįC+(`~d'${܆*LGOpW}_86Uv`3wxRS?_S}hD)u8MaiHڝ4"IPцzQV0gjNWDsGLᅫ>Rwa4s%Ʋ.qmz;Hmr= )Z,)Z%r"Ը sdW$ª$!KBɠʫ5C'%iwy,Li^ZUᏓq?8o ÇjDo\f^Ж9˱quV*"#ov1Kpv*LI@/P;.*LajVBfEJo+2*l`lAS2q,?8@ΙX/Y:M|i,wܰͱAE::-LPb/׷ !\W}`d[+&3xl@тcENDREP DELTA 301411 1550 193 SVNz b ga?;a_MAX 3 /**< max UART blocks */ #define CHIPC_UART(_n) (CHIPC_UART_BASE + (CHIPC_UART_SIZE*_n)ENDREP DELTA 301411 1772 358 SVNJ0[ h?8XZfRxYconst char *chipc_flash_name(chipc_flash type); const char *chipc_flash_bus_name(chipc_flash type); const char *chipc_sflash_device_name(chipc_flash type) chipc_flash flash_type; /**< flash type */ uint8_t cfi_width; /**< CFI bus width, 0 if unknown or CFI not present */ bhnd_nvram_src nvram_src; /**< identified NVRAM source */ENDREP DELTA 301409 9795 522 SVN3dgb8{"uart_if.h" #include "bhnd_chipc_if.h" #include "bcm_socinfo.h" static int uart_chipc_probe(device_t dev) { struct uart_softc *sc; struct bcm_socinfo *socinfo; sc = device_get_softc(dev); sc->sc_class = &uart_ns8250_class; /* TODO: UART rate should be calculated from CPU clock speed * as fetched from bhnd bus */ socinfo = bcm_get_socinfo(); return (uart_bus_probe(dev, 0, socinfo->uartrateENDREP id: y-296077.0.r302189/7373 type: file pred: y-296077.0.r301408/5684 count: 9 text: 300445 870 535 21830 5ece3d9303aa3ae73bc247496ca1ea53 c6202dbba1ab44965e7c3aa905c5cfdb29081d35 302188-6hho/_5 props: 2 314168 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/sys/dev/bhnd/bhnd_bus_if.m copyroot: 0 / id: 14-296077.0.r302189/7676 type: file pred: 14-296077.0.r301698/1917 count: 13 text: 302189 0 20 32833 079f08ae47f3e46f0f17f22549e5f423 5160085e2900308b930d5cc59624ae97c0d5249c 302188-6hho/_6 props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/bhnd_subr.c copyroot: 0 / id: 29-296077.0.r302189/7982 type: file pred: 29-296077.0.r301411/2783 count: 6 text: 302189 47 221 2826 5c4dc875afb2e79a06d02889a35b8b76 d54f8853b05d07617ef8f46d671c5843aedcd503 302188-6hho/_9 props: 2 314168 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/sys/dev/bhnd/cores/chipc/bhnd_chipc_if.m copyroot: 0 / id: d-300548.0.r302189/8299 type: file pred: d-300548.0.r301411/3099 count: 3 text: 302189 293 27 3552 99cb7e200b47f5d76e097a7a9b6565cb dc8222f9f91aeea1999cf7548898b2fa62f96d33 302188-6hho/_a props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c copyroot: 0 / id: 2c-296077.0.r302189/8622 type: file pred: 2c-296077.0.r301971/1575 count: 18 text: 302189 347 1420 34963 e04bba31f99487631d21a8d7f514e91b f38e7b28afa7d040b72ea1f494e8a299e9ba83dd 302188-6hho/_b props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc.c copyroot: 0 / id: 9-301409.0.r302189/8940 type: file pred: 9-301409.0.r301409/10982 count: 1 text: 302189 1794 510 2618 0156192cea2c65ad0893081865ef6082 83477e3e410afb83af9c40d583025087c471a153 302188-6hho/_c props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_cfi.c copyroot: 0 / id: h-300548.0.r302189/9259 type: file pred: h-300548.0.r301971/1891 count: 2 text: 302189 2334 196 3742 9204801eafc0bea73cea96cd01d16869 b0f095f9da5bc9c50c163f5ad72935e05c1a558c 302188-6hho/_d props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_private.h copyroot: 0 / id: b-301409.0.r302189/9581 type: file pred: b-301409.0.r301409/11272 count: 1 text: 302189 2558 550 5478 4dc4057a662838871db555b6e8ee5bf8 aa113bc45a7a073d0f6c00971d23ff62f614fd1b 302188-6hho/_e props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_slicer.c copyroot: 0 / id: d-301409.0.r302189/9903 type: file pred: d-301409.0.r301409/11565 count: 1 text: 302189 3138 193 2010 728d61cd158bb1f5eb8b363db007ec9f 4465119f59f936418488b35957394117ff49dc21 302188-6hho/_f props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_slicer.h copyroot: 0 / id: f-301409.0.r302189/10225 type: file pred: f-301409.0.r301409/11858 count: 1 text: 302189 3361 1122 7186 fbf4daee193d35ed8af8c6f6bfc882a1 220836d68ab7db1cfdde6d6804d09db161ec662b 302188-6hho/_g props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_spi.c copyroot: 0 / id: h-301409.0.r302189/10546 type: file pred: h-301409.0.r301409/12148 count: 1 text: 302189 4513 497 3641 d9f1888b72226a71fbafd152eaaa7587 08916ad9f42ad5cf5464449355eaed28a15050a9 302188-6hho/_h props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_spi.h copyroot: 0 / id: j-300548.0.r302189/10866 type: file pred: j-300548.0.r301971/2213 count: 2 text: 302189 5040 1267 13971 055a3924cf5335afc6e01e66776bfb20 6ad4b160bf2ddb2517e2b0a40403d458799d7a64 302188-6hho/_i props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipc_subr.c copyroot: 0 / id: 2g-296077.0.r302189/11188 type: file pred: 2g-296077.0.r301411/4056 count: 6 text: 302189 6335 124 64519 07d71ebe1395ffa65fd6e809f0252eac c96c574c0fbf2b2452850b4fb658b52b21d8805a 302188-6hho/_j props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipcreg.h copyroot: 0 / id: 2i-296077.0.r302189/11509 type: file pred: 2i-296077.0.r301411/4376 count: 5 text: 302189 6488 390 7472 472fb86a1c580ddcef90d268a007ec1d dd7f19cb756f2cfbc44450fa8f8cf97ee75c14a1 302188-6hho/_k props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/dev/bhnd/cores/chipc/chipcvar.h copyroot: 0 / PLAIN K 15 bhnd_chipc_if.m V 29 file 29-296077.0.r302189/7982 K 18 bhnd_sprom_chipc.c V 28 file d-300548.0.r302189/8299 K 7 chipc.c V 29 file 2c-296077.0.r302189/8622 K 7 chipc.h V 29 file 2e-296077.0.r301411/3740 K 11 chipc_cfi.c V 28 file 9-301409.0.r302189/8940 K 15 chipc_private.h V 28 file h-300548.0.r302189/9259 K 14 chipc_slicer.c V 28 file b-301409.0.r302189/9581 K 14 chipc_slicer.h V 28 file d-301409.0.r302189/9903 K 11 chipc_spi.c V 29 file f-301409.0.r302189/10225 K 11 chipc_spi.h V 29 file h-301409.0.r302189/10546 K 12 chipc_subr.c V 29 file j-300548.0.r302189/10866 K 10 chipcreg.h V 30 file 2g-296077.0.r302189/11188 K 10 chipcvar.h V 30 file 2i-296077.0.r302189/11509 END ENDREP id: 27-296077.0.r302189/12529 type: dir pred: 27-296077.0.r301971/3233 count: 18 text: 302189 11829 687 0 6ac24abad447759db876b925027d60d8 cpath: /head/sys/dev/bhnd/cores/chipc copyroot: 0 / PLAIN K 5 chipc V 29 dir 27-296077.0.r302189/12529 K 3 pci V 29 dir 2k-296077.0.r301697/12196 K 5 pcie2 V 28 dir n-300015.0.r301697/13450 END ENDREP id: 26-296077.0.r302189/12870 type: dir pred: 26-296077.0.r301971/3572 count: 19 text: 302189 12721 136 0 b89112ec5c133ccf1e649e9f0f477548 cpath: /head/sys/dev/bhnd/cores copyroot: 0 / PLAIN K 4 bcma V 27 dir 5-296077.0.r302105/1539 K 6 bhnd.c V 28 file u-296077.0.r300250/3023 K 6 bhnd.h V 28 file w-296077.0.r301697/9634 K 13 bhnd_bus_if.m V 28 file y-296077.0.r302189/7373 K 11 bhnd_core.h V 29 file 10-296077.0.r302105/1720 K 12 bhnd_debug.h V 28 file 9-299990.0.r299990/6533 K 10 bhnd_ids.h V 30 file 12-296077.0.r300015/26675 K 12 bhnd_match.h V 29 file 6-300628.0.r300628/11989 K 12 bhnd_nexus.c V 28 file a-301410.0.r301971/1270 K 15 bhnd_nexusvar.h V 36 file c-300252.0-301410.r301410/10601 K 11 bhnd_subr.c V 29 file 14-296077.0.r302189/7676 K 12 bhnd_types.h V 29 file 16-296077.0.r300445/8887 K 5 bhndb V 28 dir 18-296077.0.r302106/1249 K 9 bhndreg.h V 31 file 22-296077.0.r296077/195759 K 9 bhndvar.h V 29 file 24-296077.0.r298277/5266 K 5 cores V 29 dir 26-296077.0.r302189/12870 K 5 nvram V 28 dir 34-296077.0.r301411/7827 K 4 siba V 28 dir 3a-296077.0.r301972/4309 K 3 soc V 28 dir 8-300252.0.r301410/12459 K 5 tools V 28 dir 3q-296077.0.r300250/6727 END ENDREP id: 3-296077.0.r302189/14049 type: dir pred: 3-296077.0.r302106/2424 count: 54 text: 302189 13056 980 0 d08a85201e7e0853ff0973e7e51a1f95 cpath: /head/sys/dev/bhnd copyroot: 0 / PLAIN K 3 aac V 28 dir 9-65793.0.r298955/148414 K 7 aacraid V 29 dir g-250963.0.r298955/149968 K 12 acpi_support V 28 dir 3-124386.0.r300421/14882 K 6 acpica V 26 dir 8-67760.0.r301562/2198 K 3 adb V 29 dir 5-184299.0.r298433/103920 K 6 adlink V 28 dir 5-113094.0.r246128/40114 K 8 advansys V 28 dir x-18781.0.r298955/156346 K 2 ae V 27 dir 9-183567.0.r298435/4376 K 3 age V 27 dir 3-179100.0.r298646/6862 K 3 agp V 28 dir 3-61452.0.r298433/105185 K 3 aha V 28 dir 3-39225.0.r298955/157027 K 3 ahb V 28 dir 3-39219.0.r298955/157908 K 4 ahci V 29 dir 1n-195534.0.r300207/89117 K 3 aic V 25 dir 3-52417.0.r298432/697 K 7 aic7xxx V 26 dir 3-4568.0.r299375/12536 K 3 alc V 27 dir c-193880.0.r295735/6835 K 3 ale V 28 dir c-184870.0.r298307/11543 K 4 alpm V 29 dir 5-272017.0.r298955/159569 K 6 altera V 27 dir b-239674.0.r299747/1309 K 5 amdpm V 27 dir 8-272017.0.r272017/4677 K 7 amdsbwd V 28 dir f-199969.0.r297386/33741 K 6 amdsmb V 27 dir 5-272016.0.r272016/3868 K 7 amdtemp V 35 dir 3-178151.0-189768.r300421/17796 K 3 amr V 28 dir 3-51974.0.r298955/161687 K 2 an V 25 dir u-55992.0.r300612/798 K 6 arcmsr V 27 dir 3-144411.0.r296891/4331 K 4 asmc V 27 dir 3-173426.0.r298990/1285 K 3 ata V 28 dir 6-44380.0.r298955/166459 K 3 ath V 27 dir 3-116743.0.r302100/3258 K 6 atkbdc V 26 dir 3-41016.0.r300173/4374 K 5 auxio V 28 dir e-136301.0.r246128/41915 K 3 bce V 29 dir 8-157642.0.r298955/168519 K 4 beri V 27 dir g-273278.0.r285093/1719 K 3 bfe V 26 dir d-119917.0.r271829/865 K 3 bge V 25 dir c-84059.0.r301103/626 K 4 bhnd V 28 dir 3-296077.0.r302189/14049 K 4 bktr V 28 dir 5-10391.0.r298955/176584 K 2 bm V 27 dir 6-179645.0.r271830/1042 K 8 buslogic V 25 dir 3-39223.0.r299049/651 K 3 bvm V 35 dir p-221905.7-245652.r298096/28054 K 3 bwi V 27 dir 6-191762.0.r300755/1526 K 3 bwn V 27 dir 8-203945.0.r301485/1598 K 3 bxe V 28 dir e-219647.0.r300050/50824 K 7 cadence V 29 dir 18-249997.0.r298674/12551 K 7 cardbus V 28 dir 3-53343.0.r298955/183232 K 3 cas V 26 dir 9-194246.0.r271824/769 K 2 ce V 29 dir 3-154899.0.r298955/184332 K 4 cesa V 27 dir e-227730.0.r301282/3163 K 3 cfe V 27 dir 3-183370.0.r273234/1174 K 3 cfi V 27 dir 6-184251.0.r295284/4661 K 4 ciss V 25 dir 6-87011.0.r300551/837 K 2 cm V 27 dir 7-89099.0.r296137/20108 K 3 cmx V 29 dir c-176868.0.r298955/186603 K 8 coretemp V 28 dir b-171854.0.r300421/18391 K 2 cp V 29 dir 3-128967.0.r298955/187291 K 6 cpuctl V 26 dir k-181430.0.r301962/829 K 7 cpufreq V 26 dir 3-141241.0.r247332/858 K 2 cs V 28 dir 9-37785.0.r298955/188033 K 2 ct V 27 dir 6-73149.0.r296137/21624 K 4 ctau V 28 dir 3-126177.0.r297000/30537 K 2 cx V 29 dir 3-123120.0.r298955/189273 K 4 cxgb V 27 dir 3-167514.0.r301538/6250 K 5 cxgbe V 27 dir f-218792.0.r302110/7515 K 2 cy V 25 dir 6-6261.0.r298646/9127 K 5 cyapa V 27 dir 9-285876.0.r286918/4673 K 2 dc V 26 dir t-54134.0.r277565/6793 K 5 dcons V 28 dir q-121468.0.r283291/62267 K 2 de V 27 dir 3-3278.0.r298955/203064 K 4 digi V 26 dir 9-76195.0.r298435/6250 K 4 dpaa V 28 dir 7s-296177.0.r300637/1869 K 4 dpms V 26 dir 3-197021.0.r200584/618 K 3 dpt V 28 dir 7-32801.0.r298955/204048 K 3 drm V 28 dir 3-95584.0.r298955/213274 K 4 drm2 V 27 dir 3-235783.0.r301236/3508 K 3 dwc V 27 dir f-272120.0.r301841/3317 K 5 e1000 V 33 dir 5-87189.0-181027.r301538/9407 K 2 ed V 24 dir 3-6.0.r298955/234333 K 4 eisa V 26 dir 3-8012.0.r295832/31623 K 2 en V 29 dir 17-25603.0.r298433/108515 K 2 ep V 25 dir 3-963.0.r295126/38697 K 3 esp V 26 dir 3-130293.0.r299050/689 K 2 et V 29 dir 9-179895.0.r298955/236394 K 11 etherswitch V 27 dir 6-234861.0.r301497/1481 K 2 ex V 26 dir 9-21769.0.r292079/9846 K 4 exca V 28 dir 3-89948.0.r298433/109150 K 6 extres V 27 dir 6-294660.0.r300750/1436 K 4 fatm V 29 dir e-116735.0.r298955/239115 K 2 fb V 26 dir d-42421.0.r300072/1516 K 3 fdc V 22 dir 13-5.0.r299092/793 K 3 fdt V 28 dir 3-208747.0.r301453/14196 K 2 fe V 27 dir 3-8027.0.r298955/244514 K 4 ffec V 26 dir 7-256806.0.r300878/485 K 7 filemon V 26 dir 3-236592.0.r301460/991 K 8 firewire V 27 dir c-103285.0.r299351/7294 K 5 flash V 27 dir 3-164742.0.r301632/4097 K 3 fxp V 28 dir 5-12510.0.r298955/248617 K 3 gem V 25 dir 3-91398.0.r271811/861 K 6 glxiic V 28 dir c-221961.0.r274819/47077 K 5 glxsb V 28 dir 5-181467.0.r284959/92700 K 4 gpio V 27 dir 5-213237.0.r301539/2165 K 6 gxemul V 28 dir 3-234920.0.r283291/70053 K 4 hatm V 29 dir 6-116491.0.r298955/250165 K 4 hifn V 29 dir 3-104477.0.r298955/250833 K 3 hme V 25 dir 3-91396.0.r271831/979 K 7 hpt27xx V 27 dir f-228940.0.r296135/6319 K 6 hptiop V 26 dir 9-169412.0.r299033/487 K 5 hptmv V 29 dir x-136849.0.r298955/253573 K 5 hptnr V 29 dir j-252867.0.r298955/254924 K 5 hptrr V 29 dir g-174604.0.r298955/256164 K 5 hwpmc V 28 dir 1g-145256.0.r300902/2817 K 6 hyperv V 34 dir b-250199.0-255524.r301588/7033 K 2 ic V 25 dir 16-5.0.r298955/262786 K 6 ichiic V 26 dir b-283766.0.r300990/956 K 6 ichsmb V 27 dir 6-66703.0.r296137/27215 K 5 ichwd V 26 dir 5-129124.0.r297255/718 K 3 ida V 26 dir 3-48156.0.r299471/1743 K 2 ie V 26 dir 3-581.0.r297793/102696 K 7 ieee488 V 28 dir 6-141121.0.r276214/50931 K 7 if_ndis V 30 dir 11-123474.0.r298955/265394 K 6 iicbus V 27 dir 3-38775.0.r301453/17619 K 3 iir V 28 dir 9-89580.0.r298955/269717 K 5 intpm V 29 dir a-272017.0.r298955/270369 K 2 io V 28 dir x-132956.0.r207329/11956 K 4 ioat V 27 dir e-287117.0.r301712/1725 K 4 ipmi V 27 dir 8-155517.0.r297179/1180 K 3 ips V 29 dir 3-114902.0.r298955/271305 K 3 ipw V 27 dir h-145247.0.r300239/1968 K 4 isci V 36 dir e-229730.1-230843.r298955/306335 K 5 iscsi V 27 dir 18-171568.0.r301726/929 K 15 iscsi_initiator V 37 dir 1a-171568.0-254657.r298955/308112 K 4 iser V 26 dir 3-300723.0.r300837/835 K 3 isl V 27 dir 9-285883.0.r286918/5946 K 4 ismt V 26 dir c-266474.0.r293369/418 K 3 isp V 26 dir 3-35388.0.r300296/1194 K 5 ispfw V 28 dir 3-61765.0.r297818/192305 K 3 iwi V 29 dir q-145247.0.r298955/310792 K 3 iwm V 27 dir m-286441.0.r302104/3075 K 3 iwn V 27 dir m-178676.0.r300732/3609 K 4 ixgb V 29 dir 5-129794.0.r298955/315045 K 5 ixgbe V 28 dir 3-171384.0.r301538/13226 K 3 ixl V 35 dir 5-266423.0-270346.r301538/15364 K 3 jme V 29 dir 3-179337.0.r298955/316006 K 3 joy V 25 dir 6-5897.0.r274889/3421 K 3 kbd V 23 dir 3-192.0.r300089/497 K 6 kbdmux V 27 dir 3-147999.0.r297685/5967 K 5 ksyms V 28 dir c-192859.0.r239303/36710 K 2 le V 27 dir 3-155093.0.r300173/5647 K 3 led V 28 dir 3-121941.0.r283360/10035 K 3 lge V 28 dir c-77542.0.r298955/317231 K 3 lmc V 26 dir 6-150849.0.r299048/473 K 4 malo V 28 dir 8-177595.0.r298818/14925 K 4 mbox V 27 dir 3-252998.0.r252998/1259 K 8 mc146818 V 26 dir 5b-36849.0.r272894/685 K 3 mca V 27 dir 5-50825.0.r297000/34814 K 3 mcd V 25 dir 3-578.0.r298646/12760 K 2 md V 25 dir 6-51499.0.r296574/524 K 4 mdio V 27 dir t-292738.0.r292750/2284 K 3 mem V 28 dir 12-132956.0.r277643/6526 K 3 mfi V 27 dir 3-157114.0.r299352/1152 K 3 mge V 29 dir 3-183867.0.r298955/320154 K 3 mii V 26 dir 6-50120.0.r301632/7820 K 7 mk48txx V 28 dir 5-93836.0.r262613/198507 K 3 mlx V 28 dir 3-51973.0.r298955/320932 K 4 mlx5 V 27 dir 3-290650.0.r302139/2496 K 3 mly V 28 dir 5-64987.0.r298955/321959 K 3 mmc V 27 dir 5-163516.0.r299679/1385 K 2 mn V 29 dir 5-184562.0.r298955/323484 K 3 mpr V 27 dir d-265236.0.r299369/1598 K 3 mps V 27 dir 8-212420.0.r302031/3763 K 3 mpt V 29 dir b-101704.0.r298955/333838 K 5 mrsas V 27 dir b-265555.0.r301203/3153 K 3 mse V 25 dir 3-637.0.r296137/32057 K 3 msk V 29 dir 3-165138.0.r298955/335928 K 3 mvs V 29 dir g-207536.0.r298955/336972 K 3 mwl V 27 dir i-193240.0.r300241/1162 K 4 mxge V 27 dir a-155852.0.r299506/1104 K 2 my V 27 dir 3-93746.0.r276750/59357 K 4 nand V 30 dir 24-235537.0.r298955/340177 K 3 ncr V 29 dir 6-272015.0.r298955/340875 K 7 nctgpio V 26 dir 3-297443.0.r298322/423 K 3 ncv V 28 dir p-67468.0.r294883/118942 K 10 netfpga10g V 29 dir e-264601.0.r298955/341828 K 6 netmap V 28 dir 9-227614.0.r300050/75051 K 3 nfe V 28 dir 3-159953.0.r298307/33397 K 5 nfsmb V 27 dir 8-272016.0.r272016/4412 K 3 nge V 28 dir q-76479.0.r298955/344617 K 4 nmdm V 25 dir 3-73161.0.r271350/743 K 3 nsp V 29 dir 14-67468.0.r298955/345308 K 3 ntb V 26 dir e-250079.0.r302014/710 K 4 null V 26 dir 3-62052.0.r274366/3037 K 3 nvd V 26 dir 3-240616.0.r296617/466 K 4 nvme V 28 dir 8-240616.0.r301778/29526 K 5 nvram V 26 dir d-172998.0.r181132/836 K 9 nvram2env V 27 dir 5-220292.0.r300446/1121 K 4 nxge V 27 dir c-171095.0.r301276/1831 K 3 oce V 29 dir 6-231437.0.r297793/115575 K 3 ofw V 28 dir 19-67204.0.r301453/19986 K 4 otus V 26 dir d-288253.0.r299281/494 K 2 ow V 28 dir l-287225.0.r300050/75982 K 4 patm V 29 dir 6-117632.0.r298955/347301 K 4 pbio V 28 dir 5-136230.0.r296137/34226 K 6 pccard V 27 dir 3-47134.0.r298411/25081 K 5 pccbb V 26 dir e-67276.0.r300249/8929 K 3 pcf V 28 dir 3-38781.0.r298955/348845 K 3 pci V 27 dir 11-2432.0.r302175/26488 K 3 pcn V 28 dir 5-181740.0.r276750/60000 K 3 pdq V 28 dir x-21826.0.r298955/351821 K 3 pms V 35 dir a-285242.0-285662.r300050/82979 K 14 powermac_nvram V 28 dir j-160892.0.r261513/23630 K 5 ppbus V 27 dir 3-1339.0.r298955/354244 K 3 ppc V 27 dir 3-28221.0.r297000/43404 K 5 proto V 28 dir 9-265055.0.r297000/44279 K 4 psci V 27 dir 8-281466.0.r286630/1016 K 3 pst V 27 dir 3-101100.0.r274678/1549 K 3 pty V 26 dir 6-196480.0.r298337/478 K 3 puc V 26 dir d-90731.0.r296298/4329 K 5 qlxgb V 29 dir b-227064.0.r298955/356159 K 6 qlxgbe V 28 dir b-250661.0.r301538/18766 K 5 qlxge V 28 dir b-252206.0.r301538/20079 K 5 quicc V 27 dir 7-176772.0.r296298/5038 K 3 ral V 28 dir 10-145247.0.r301575/1780 K 6 random V 26 dir 3-62053.0.r301735/1355 K 2 rc V 27 dir 7-8471.0.r298955/361539 K 7 rccgpio V 26 dir a-286908.0.r287542/644 K 2 re V 28 dir g-119868.0.r298307/35558 K 2 rl V 29 dir c-271864.0.r298955/362190 K 7 rndtest V 28 dir 3-112125.0.r298431/39706 K 2 rp V 27 dir 3-28868.0.r296137/39499 K 2 rt V 26 dir 6-223927.0.r298350/760 K 4 rtwn V 26 dir 3-293010.0.r302035/758 K 4 safe V 29 dir 3-117845.0.r284959/101074 K 4 sbni V 35 dir 6-86752.1-182912.r298955/363002 K 3 scc V 27 dir 8-157299.0.r296298/6107 K 3 scd V 26 dir 3-7332.0.r298646/20456 K 5 sdhci V 26 dir 6-184138.0.r300707/754 K 3 sec V 26 dir 5-193579.0.r293044/447 K 2 sf V 28 dir s-49076.0.r298955/363733 K 5 sfxge V 27 dir b-227569.0.r301725/1127 K 3 sge V 28 dir c-206625.0.r298411/25681 K 2 si V 28 dir 3-10015.0.r298955/371668 K 4 siba V 28 dir 3-183371.0.r301410/14073 K 4 siis V 29 dir b-195801.0.r298955/372571 K 3 sio V 28 dir 3-51078.0.r298955/373393 K 3 sis V 26 dir 5-181524.0.r277048/781 K 2 sk V 28 dir l-48693.0.r298955/374392 K 5 smbus V 27 dir 3-38777.0.r281985/38726 K 3 smc V 28 dir a-179592.0.r296272/47258 K 2 sn V 28 dir 9-54773.0.r298955/375486 K 3 snc V 28 dir 8-66550.0.r298955/376802 K 3 snp V 26 dir 3-6390.0.r224778/47695 K 5 sound V 27 dir 1g-29415.0.r301039/2059 K 7 speaker V 24 dir 1a-5.0.r298307/40138 K 6 spibus V 27 dir 3-160370.0.r300713/8047 K 3 ste V 28 dir 5-181739.0.r271849/83817 K 3 stg V 29 dir 1e-67468.0.r294883/144550 K 4 stge V 28 dir 3-160641.0.r298307/40732 K 7 streams V 26 dir 3-43410.0.r298519/5411 K 3 sym V 25 dir 3-53791.0.r301123/967 K 7 syscons V 26 dir 8-192.0.r298955/379352 K 4 tdfx V 28 dir 3-61912.0.r297793/129884 K 7 terasic V 28 dir 9-239691.0.r274823/11160 K 2 ti V 28 dir n-45386.0.r298955/380349 K 2 tl V 29 dir 5-181738.0.r298955/381002 K 3 tpm V 29 dir a-211201.0.r298955/381994 K 3 trm V 29 dir 3-105059.0.r298955/382883 K 4 tsec V 26 dir 3-176774.0.r300176/619 K 3 twa V 28 dir 5-127600.0.r295790/38935 K 3 twe V 28 dir 3-60894.0.r298955/384724 K 3 tws V 29 dir e-226026.0.r298955/385981 K 2 tx V 28 dir 3-32679.0.r298955/386928 K 3 txp V 25 dir j-80219.0.r272067/906 K 4 uart V 29 dir e-119815.0.r298955/390220 K 5 ubsec V 29 dir 3-104478.0.r284959/103633 K 5 urtwn V 26 dir 3-297058.0.r302186/834 K 3 usb V 27 dir 3-188942.0.r302076/7943 K 6 utopia V 28 dir k-116258.0.r241394/71014 K 3 vge V 26 dir h-135048.0.r271815/720 K 5 viapm V 27 dir d-272017.0.r272017/6158 K 5 viawd V 26 dir f-228431.0.r237295/719 K 9 videomode V 27 dir 6-278798.0.r284533/1263 K 6 virtio V 27 dir e-227652.0.r299725/1905 K 4 vkbd V 28 dir 3-137776.0.r298307/41325 K 6 vmware V 26 dir c-254738.0.r290948/895 K 4 vnic V 28 dir 3-289550.0.r301453/23500 K 2 vr V 28 dir 11-41502.0.r296272/47847 K 2 vt V 35 dir d-219888.2-259016.r298848/22073 K 3 vte V 27 dir 9-216829.0.r295735/9939 K 2 vx V 28 dir 6-19410.0.r298955/392948 K 4 vxge V 29 dir b-221167.0.r298955/401399 K 8 watchdog V 29 dir 5-126370.0.r283291/101137 K 2 wb V 28 dir 5-181741.0.r276750/72827 K 4 wbwd V 28 dir i-232614.0.r298931/41371 K 3 wds V 26 dir 3-67482.0.r274680/1857 K 2 wi V 26 dir 3-46492.0.r300292/2393 K 2 wl V 28 dir 3-26003.0.r298955/403516 K 3 wpi V 28 dir i-173362.0.r298848/22806 K 4 wtap V 28 dir 3-229970.0.r298931/43308 K 2 xe V 28 dir 3-47133.0.r298955/404210 K 3 xen V 27 dir 3-181643.0.r301742/1479 K 6 xilinx V 26 dir 3-298269.0.r298273/628 K 2 xl V 29 dir 5-181522.0.r298955/410634 END ENDREP id: 12-5.0.r302189/27073 type: dir pred: 12-5.0.r302186/13854 count: 30919 text: 302189 14227 12833 0 53cba29a26128ec406f2b5f9a1bac517 cpath: /head/sys/dev copyroot: 0 / id: f-299994.0.r302189/27244 type: file pred: f-299994.0.r301409/27746 count: 2 text: 302189 6907 437 2585 e56610294591420c76afbaa0678f2067 7ff71eea1ddbee32af5cdfd1fa09fa8771fc2bfc 302188-6hho/_n props: 179448 45543 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/sys/mips/broadcom/uart_bus_chipc.c copyroot: 0 / PLAIN K 13 bcm_machdep.c V 28 file 4-299994.0.r299994/9729 K 14 bcm_mipscore.c V 29 file 5-299992.0.r301698/17286 K 14 bcm_mipscore.h V 28 file 8-299992.0.r299992/3100 K 13 bcm_socinfo.c V 29 file 7-299994.0.r299994/10010 K 13 bcm_socinfo.h V 29 file 9-299994.0.r299994/10295 K 14 files.broadcom V 29 file b-299994.0.r301410/27270 K 12 std.broadcom V 29 file d-299994.0.r299994/10860 K 16 uart_bus_chipc.c V 29 file f-299994.0.r302189/27244 K 16 uart_cpu_chipc.c V 29 file h-299994.0.r299994/11424 END ENDREP id: 3-299992.0.r302189/28071 type: dir pred: 3-299992.0.r301698/18110 count: 6 text: 302189 27562 496 0 5d3d992e15d4b441c53dcb3f49be7757 cpath: /head/sys/mips/broadcom copyroot: 0 / PLAIN K 7 adm5120 V 34 dir 5-178173.0-180332.r299418/1500 K 7 alchemy V 34 dir 4-187498.0-202032.r299418/2552 K 7 atheros V 34 dir 4-187423.0-201906.r299418/6723 K 4 beri V 28 dir 5-239671.0.r298094/80595 K 8 broadcom V 28 dir 3-299992.0.r302189/28071 K 6 cavium V 36 dir b-194140.0-201921.r298433/166688 K 7 compile V 27 dir 4-178171.0.r250544/8725 K 4 conf V 28 dir 9-178171.0.r301410/36347 K 6 gxemul V 28 dir g-234920.0.r255212/20981 K 3 idt V 35 dir 12-178173.1-180332.r299418/8000 K 7 include V 27 dir 3-178172.0.r300306/4225 K 5 malta V 37 dir 1q-178173.2-180332.r295880/109267 K 8 mediatek V 28 dir 3-297666.0.r300659/10349 K 4 mips V 29 dir 56-178172.0.r301961/40882 K 3 nlm V 28 dir 3-224110.0.r298712/27682 K 3 rmi V 36 dir q-198154.0-201917.r298433/173574 K 6 rt305x V 27 dir 9-220297.0.r299418/9875 K 7 sentry5 V 37 dir 2k-178173.3-180332.r294883/199540 K 6 sibyte V 36 dir 4-195333.0-201905.r298433/174798 END ENDREP id: 2-178171.0.r302189/29185 type: dir pred: 2-178171.0.r301961/41996 count: 1731 text: 302189 28254 918 0 3ce9664b2a7b5419a9db08ad55e311d9 cpath: /head/sys/mips copyroot: 0 / PLAIN K 8 Makefile V 24 file 2-1598.0.r296192/53 K 5 amd64 V 22 dir o-5.0.r301961/7220 K 3 arm V 26 dir 2-70651.0.r302064/6441 K 5 arm64 V 27 dir 2-280364.0.r302084/3551 K 4 boot V 27 dir 6j-38465.0.r301995/3317 K 3 bsm V 27 dir 2-141144.0.r292522/7745 K 3 cam V 26 dir 2-39212.0.r302163/1915 K 4 cddl V 28 dir br-168404.0.r302123/8173 K 6 compat V 26 dir k-9313.0.r302097/13089 K 4 conf V 22 dir y-5.0.r302164/3411 K 7 contrib V 27 dir 2-23283.0.r302054/10623 K 6 crypto V 27 dir 7-55009.0.r301010/25143 K 3 ddb V 23 dir 10-5.0.r299970/4769 K 3 dev V 24 dir 12-5.0.r302189/27073 K 2 fs V 25 dir 2-1541.0.r302019/2619 K 3 gdb V 29 dir h-131899.0.r283291/118078 K 4 geom V 26 dir 2-13041.0.r302150/3793 K 3 gnu V 26 dir 2-1421.0.r300812/89895 K 4 i386 V 24 dir 1c-5.0.r301961/24969 K 3 isa V 23 dir 1w-5.0.r299006/1735 K 4 kern V 24 dir 20-5.0.r302151/11782 K 7 kgssapi V 28 dir 13-184588.0.r299008/2747 K 7 libkern V 26 dir 9-1542.0.r298848/46275 K 4 mips V 28 dir 2-178171.0.r302189/29185 K 7 modules V 26 dir i-2834.0.r301814/23035 K 3 net V 26 dir x-1542.0.r302156/20088 K 8 net80211 V 28 dir 2-116742.0.r302018/13469 K 8 netgraph V 28 dir 69-52419.0.r302054/57765 K 7 netinet V 26 dir 4f-1541.0.r302155/7801 K 8 netinet6 V 27 dir q-52904.0.r302138/11415 K 8 netipsec V 28 dir 2-105197.0.r302054/74600 K 7 netnatm V 27 dir 7-25604.0.r298310/52621 K 7 netpfil V 28 dir 11-240494.0.r302173/1422 K 6 netsmb V 27 dir u-75374.0.r298995/93511 K 3 nfs V 26 dir 4l-1541.0.r298788/9887 K 9 nfsclient V 27 dir 4r-1541.0.r281691/29780 K 9 nfsserver V 26 dir 5l-1541.0.r276780/4259 K 3 nlm V 28 dir 1i-177633.0.r302020/1414 K 4 ofed V 29 dir 1hj-219820.0.r301896/3688 K 10 opencrypto V 27 dir 2-104476.0.r299202/3386 K 4 pc98 V 27 dir p-10097.0.r298824/14940 K 7 powerpc V 24 dir 22-5.0.r301961/46386 K 5 riscv V 28 dir 2-292407.0.r301961/49186 K 3 rpc V 25 dir u-1839.0.r301800/2504 K 8 security V 26 dir 2-86630.0.r301867/2110 K 7 sparc64 V 27 dir 2-79054.0.r301961/52914 K 3 sys V 24 dir 28-5.0.r302180/16065 K 5 teken V 34 dir h-186681.0-196775.r287098/1015 K 5 tests V 27 dir f-290663.0.r290714/2475 K 5 tools V 27 dir 6k-1541.0.r295137/20577 K 3 ufs V 26 dir 1a-1542.0.r300423/5450 K 2 vm V 26 dir 1k-1542.0.r302131/3762 K 3 x86 V 28 dir 11-204309.0.r302181/2655 K 3 xdr V 28 dir 46-177633.0.r297975/3263 K 3 xen V 27 dir 2-181624.0.r301511/1282 END ENDREP id: g-5.0.r302189/31716 type: dir pred: g-5.0.r302186/16378 count: 108508 text: 302189 29362 2341 0 f13c96cc141a9a1be6b80bcf6d600344 props: 201826 13530 46 0 af763326b561c4148fb4456ebd5fd345 cpath: /head/sys copyroot: 0 / minfo-cnt: 7 PLAIN K 10 .arcconfig V 26 file 1-265842.0.r298387/42 K 8 .arclint V 27 file 1-266959.0.r281789/766 K 9 COPYRIGHT V 25 file 1-2656.0.r292983/104 K 5 LOCKS V 27 file 1-146890.0.r255635/270 K 11 MAINTAINERS V 26 file 1-94742.0.r298107/462 K 8 Makefile V 30 file 3-1594.0-1595.r302088/167 K 13 Makefile.inc1 V 27 file 5-38666.0.r301939/2089 K 18 Makefile.libcompat V 34 file 5-38666.0-296709.r301939/2378 K 17 ObsoleteFiles.inc V 28 file 4-148330.0.r301602/2246 K 6 README V 25 file 1-21173.0.r300137/48 K 8 UPDATING V 25 file 1-41806.0.r302154/73 K 3 bin V 22 dir 1-5.0.r301881/2673 K 4 cddl V 27 dir 1-168404.0.r302141/4489 K 7 contrib V 27 dir 1-16755.0.r302075/93778 K 6 crypto V 27 dir 1-25405.0.r302182/20634 K 3 etc V 23 dir 1-38.0.r302149/5519 K 3 gnu V 22 dir 1-3.0.r301936/3320 K 7 include V 25 dir 1-697.0.r301778/21545 K 9 kerberos5 V 27 dir 4q-29815.0.r301891/5356 K 3 lib V 22 dir 6-5.0.r302171/7826 K 7 libexec V 23 dir c-5.0.r301891/20545 K 7 release V 25 dir 1-3027.0.r302185/2759 K 6 rescue V 27 dir 7-117035.0.r300807/1531 K 4 sbin V 23 dir fa-4.0.r302174/5381 K 6 secure V 26 dir r-1553.0.r302182/22476 K 5 share V 22 dir e-3.0.r302178/6491 K 3 sys V 23 dir g-5.0.r302189/31716 K 7 targets V 35 dir 2-242818.1-284345.r301993/21296 K 5 tests V 28 dir g-257097.0.r302180/20884 K 5 tools V 26 dir 43-1590.0.r302146/5640 K 7 usr.bin V 23 dir m-3.0.r302179/13963 K 8 usr.sbin V 23 dir q-3.0.r302162/11686 END ENDREP id: 5-1.0.r302189/33380 type: dir pred: 5-1.0.r302186/18042 count: 204826 text: 302189 31952 1415 0 d4298e4afee8e28769d4d7be9a4a5b7f props: 301869 32550 2608 0 89c9c1abab5a7beffafc7fda669ba1da cpath: /head copyroot: 0 / minfo-cnt: 97 minfo-here: y PLAIN K 11 ROADMAP.txt V 26 file 0-179453.0.r285589/70 K 4 head V 23 dir 5-1.0.r302189/33380 K 8 projects V 23 dir 6-1.0.r302172/12333 K 7 release V 22 dir 7-1.0.r297553/3094 K 6 releng V 24 dir 8-1.0.r301301/541159 K 6 stable V 24 dir 9-1.0.r302170/116713 K 8 svnadmin V 27 dir 0-179447.0.r301923/2490 K 4 user V 22 dir a-1.0.r302188/4053 K 6 vendor V 23 dir b-1.0.r302056/29442 K 13 vendor-crypto V 25 dir 0-1575.0.r298994/4420 K 10 vendor-sys V 27 dir 0-12116.0.r301526/15732 END ENDREP id: 0.0.r302189/34119 type: dir pred: 0.0.r302188/4715 count: 302189 text: 302189 33629 477 0 5f3d71b8c58c67616531c1344d4ebe07 props: 289270 0 4229 0 20f578acc837c5e58fc64b9eaa493aea cpath: / copyroot: 0 / minfo-cnt: 43968 y-296077.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/bhnd_bus_if.m 14-296077.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/bhnd_subr.c 29-296077.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/bhnd_chipc_if.m d-300548.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c 2c-296077.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc.c 9-301409.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_cfi.c h-300548.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_private.h b-301409.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_slicer.c d-301409.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_slicer.h f-301409.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_spi.c h-301409.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_spi.h j-300548.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipc_subr.c 2g-296077.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipcreg.h 2i-296077.0.t302188-6hho modify-file true false /head/sys/dev/bhnd/cores/chipc/chipcvar.h f-299994.0.t302188-6hho modify-file true false /head/sys/mips/broadcom/uart_bus_chipc.c 34119 34343