| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove outb to "prime" the EISA ID registers of each slot. This was | gibbs | 2004-08-16 | 1 | -7/+4 |
* | Don't initialize static variables to 0 (C should just take care of that). | philip | 2004-08-16 | 1 | -2/+2 |
* | Make the Texas Instruments 802.11g chipset work with the NDISulator. | wpaul | 2004-08-16 | 1 | -1/+1 |
* | Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previous | rik | 2004-08-16 | 1 | -364/+364 |
* | Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 and | ambrisko | 2004-08-16 | 2 | -88/+134 |
* | Update support for Synaptics Touchpads (Volume V) | philip | 2004-08-16 | 1 | -5/+29 |
* | Some cards don't have the info entries in the CIS, so vendorstr and/or | imp | 2004-08-16 | 1 | -7/+21 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 5 | -12/+12 |
* | AMD64 on-CPU GART support. | obrien | 2004-08-16 | 5 | -1/+341 |
* | style.9. | obrien | 2004-08-16 | 1 | -12/+8 |
* | Update low level code for Cronyx Tau-PCI: | rik | 2004-08-16 | 2 | -743/+1180 |
* | Improve (hopefully) on the workaround code for devices that doesn't | sos | 2004-08-16 | 3 | -23/+18 |
* | Fix Promise sx4/sx4000 support that broke on the latest race fixes. | sos | 2004-08-16 | 1 | -61/+68 |
* | Don't need to declare cbb module. don't know why I never saw | imp | 2004-08-16 | 2 | -2/+0 |
* | Didn't intend to commit debugging code enabled | imp | 2004-08-16 | 1 | -1/+0 |
* | Tweak the compatibility macros a little so that the device printing is | imp | 2004-08-15 | 15 | -28/+29 |
* | Other part of the cbb isa/pci split. This likely is causing problems | imp | 2004-08-15 | 2 | -10/+76 |
* | Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers. | iedowse | 2004-08-15 | 1 | -1/+2 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+1 |
* | Fix a style(9) bug (variable definitions inside a nested scope) a patch | marius | 2004-08-15 | 1 | -4/+2 |
* | - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.c | marius | 2004-08-14 | 8 | -0/+79 |
* | Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytems | marius | 2004-08-14 | 1 | -3/+152 |
* | Next step in making usb more newbus: | imp | 2004-08-14 | 3 | -64/+50 |
* | - Make OF_getetheraddr() honour the "local-mac-address?" system config | marius | 2004-08-14 | 1 | -1/+1 |
* | Remove confused comment. | phk | 2004-08-14 | 1 | -4/+0 |
* | Add new PCI device ID for PERC4/DI. | ambrisko | 2004-08-14 | 1 | -1/+3 |
* | Since if_ixgb doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+2 |
* | Since if_xe doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+2 |
* | Since if_vx doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-14 | 1 | -1/+2 |
* | Since if_txp doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_tx doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+1 |
* | Since if_sr doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_snc doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+1 |
* | Since if_sbni doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_ray doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_plip doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_nge doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_lnc doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_lge doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_ic doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_ie doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_hme doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_gem doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_fwip doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_fe doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_ex doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_ed doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -2/+2 |
* | Since if_cs doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_cp doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Since if_cm doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+1 |