aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Back out the last change as that broke some SATA devices.Søren Schmidt2004-06-111-9/+4
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-1121-249/+609
* Remove second <sys/cdefs.h> and __FBSDID.Marius Strobl2004-06-101-3/+0
* Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c"Marius Strobl2004-06-101-0/+261
* - Add missing <sys/module.h>.Marius Strobl2004-06-101-3/+4
* - Add missing <sys/module.h>.Marius Strobl2004-06-101-20/+20
* - #define\tFOO\tBARMarius Strobl2004-06-101-2/+2
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-103-1/+3
* Free tty at detach().Roman Kurakin2004-06-101-1/+15
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-107-0/+5307
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,Ian Dowse2004-06-101-0/+1
* - Add a LLADDR() forgotten in the conversion to ether_crc32_le().Marius Strobl2004-06-101-4/+2
* - Remove a variable no longer used after the conversion to ether_crc32_le().Marius Strobl2004-06-101-4/+2
* Check if we control device. Else we will go to panic cause we don't haveRoman Kurakin2004-06-091-1/+1
* When adding files to the repo, it is very important to not forgetWarner Losh2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forWarner Losh2004-06-092-13/+37
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)Bill Paul2004-06-092-0/+71
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-0921-505/+42
* Only match cards that claim to be network cards. I've had twoWarner Losh2004-06-091-0/+10
* Replace convoluted and broken CRC calcuation with ether_crc32_le().Christian Weisgerber2004-06-091-41/+6
* * Fix multicast reception.Christian Weisgerber2004-06-091-28/+10
* Implement the BREAK_TO_DEBUGGER option for sab(4).Joerg Wunsch2004-06-081-0/+11
* 1. struct tty => struct tty *tty.Roman Kurakin2004-06-081-95/+110
* Remove accidental change.Nate Lawson2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a deviceNate Lawson2004-06-072-17/+17
* Make linesw[] an array of pointers to linedesc instead of an array ofPoul-Henning Kamp2004-06-071-1/+1
* - Use PCI_INVALID_IRQ macro rather than a magic number.John Baldwin2004-06-071-2/+1
* Add an entry to the PCI ID list to support the serial interface on theBill Paul2004-06-071-0/+1
* Nuke a cryptic and useless diagnostic printf().Don Lewis2004-06-071-1/+0
* Sync to 1.181 of usbdevsMIHIRA Sanpei Yoshiro2004-06-052-2/+9
* Add support Sony/Ericsson SEMC DSS-20 SyncStation,MIHIRA Sanpei Yoshiro2004-06-052-0/+3
* Document the 64bit version of blocks_to_recover for logical drive status.Paul Saab2004-06-051-0/+2
* Add pci id's for the SmartArray 6422 and V100 controllers. AlsoPaul Saab2004-06-051-0/+17
* Sync to 1.180 of usbdevsMIHIRA Sanpei Yoshiro2004-06-052-2/+9
* Add device ID for atuwi USB wlan driver, AWL400 Wireless adapter.MIHIRA Sanpei Yoshiro2004-06-051-0/+1
* Don't forget to pass shutdown events down to children first now that weNate Lawson2004-06-051-0/+3
* Disable wake GPEs in the reboot path as well as poweroff path. This fixesNate Lawson2004-06-051-4/+11
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notNate Lawson2004-06-051-109/+78
* Sync to 1.179 of usbdevsMIHIRA Sanpei Yoshiro2004-06-052-2/+9
* Add support Neodio-3260 8-in-1 multi format USB memory card / flash controllerMIHIRA Sanpei Yoshiro2004-06-052-0/+5
* Take advantage of the dev sysctl tree.Dag-Erling Smørgrav2004-06-042-0/+8
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-049-184/+39
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-048-27/+30
* Update logical drive structurePaul Saab2004-06-041-3/+5
* Work around the preemption problem in acpi_cpu.c for shutting down.Peter Wemm2004-06-041-0/+2
* Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).Yaroslav Tykhiy2004-06-041-5/+13
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledMaxime Henrion2004-06-041-28/+46
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-0417-118/+118
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-0413-95/+41
* Unbreak the Intel 2100 Centrino wireless driver (and probably others):Bill Paul2004-06-041-7/+12