summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert the asr driver to use the bus_space API. This does not representscottl2004-05-051-89/+151
* Remove redundant call to soisdisconnected() from ddp_abort(), as itrwatson2004-05-051-1/+0
* Fix typo (in comment): s/IA-46/IA-64/marcel2004-05-051-1/+1
* Define MID_ARM6.cognet2004-05-041-0/+1
* Don't declare osigset_t, as it is done in sys/_sigset.h.cognet2004-05-041-1/+0
* Fix bug introduced in revision 1.9; in nexus_probe_nomatch() get device namemarius2004-05-041-3/+2
* Add some endianess-related functions and macros.cognet2004-05-041-1/+60
* Add the Elf32_Auxinfo declaretion.cognet2004-05-041-1/+35
* Define __double_t and __float_t.cognet2004-05-041-0/+2
* Prototype __ashldi3(), __ashrdi3() and __lshrdi3().cognet2004-05-041-0/+4
* Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,kientzle2004-05-041-0/+1
* - Create a pir0 psuedo device as a child of legacy0 if we attach a legacyjhb2004-05-043-9/+125
* Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger andjhb2004-05-041-1/+4
* - Add a new pic method pic_config_intr() to set the trigger mode andjhb2004-05-045-2/+124
* - Change the APIC code to mostly use the recently added intr_triggerjhb2004-05-045-94/+140
* - Add a member to the atpic interrupt source structures to indicate if thejhb2004-05-041-5/+51
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-044-0/+292
* Add some lines to note that 'www' is available as an optionjosef2004-05-041-0/+6
* Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSDkientzle2004-05-042-0/+1342
* Oops^2, finish switch to using the moved cy driver for pc98 by removingbde2004-05-041-1/+1
* o Document m_getcl(9).maxim2004-05-041-0/+17
* mdoc(7) cleanup for the last commit to this file.simon2004-05-041-3/+10
* Sync to 1.176 of usbdevssanpei2004-05-042-4/+4
* fix typo (adapte -> adapter)sanpei2004-05-041-1/+1
* Sync to 1.175 of usbdevssanpei2004-05-042-7/+7
* Fix device ID for Linksys USB 2.0 10/100 ethernet controllersanpei2004-05-042-2/+2
* When editing a Sun label, make the search for a valid partition linejoerg2004-05-041-4/+21
* Sync to 1.174 of usbdevssanpei2004-05-042-3/+24
* Add some device ID for atuwi USB wlan driversanpei2004-05-041-1/+4
* Fix compilation on 64-bit architectures.pjd2004-05-041-1/+2
* Include <sys/time.h> for the declaration of struct bintime instead ofbde2004-05-041-0/+1
* Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEmarcel2004-05-041-1/+7
* Increase BUS_SPACE_IAT_MAXSIZE to 33 for the ed driver.nyan2004-05-041-1/+1
* When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE.marcel2004-05-041-2/+2
* Fix a typo from rev 1.56 that somehow escaped my testing.scottl2004-05-041-10/+10
* Add route.h to pick up the rt_ifmsg() declaration.scottl2004-05-041-0/+1
* Need to mark the interrupt from cbb as being MP safe on resume too.imp2004-05-041-2/+2
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-046-8/+20
* Assert inpcb lock in udp_append().rwatson2004-05-041-0/+2
* Assert the inpcb lock on 'last' in udp_append(), since it's alwaysrwatson2004-05-041-0/+2
* If the mbuf pointer passed to mac_mbuf_to_label() is NULL, or the tagrwatson2004-05-031-1/+4
* Add /* !MAC */ to final #endif.rwatson2004-05-033-3/+3
* Add "-M" argument to id(1), which permits the id command to be usedrwatson2004-05-032-3/+46
* Remove new options and my prevention of system freeze when the sio probeambrisko2004-05-034-81/+49
* Bump the copyright year since I forgot last time.smkelly2004-05-031-1/+1
* Update copyright.rwatson2004-05-031-1/+1
* When performing label assertions on an mbuf header label in mac_test,rwatson2004-05-031-2/+3
* Add missing command.pjd2004-05-031-1/+1
* Add missing commands.pjd2004-05-031-1/+2
* Allow geom_concat and geom_gate to be compiled in kernel.pjd2004-05-033-0/+6
OpenPOWER on IntegriCloud