summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newanholt2004-06-1121-249/+609
* Remove second <sys/cdefs.h> and __FBSDID.marius2004-06-101-3/+0
* Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c"marius2004-06-101-0/+261
* - Add missing <sys/module.h>.marius2004-06-101-3/+4
* - Add missing <sys/module.h>.marius2004-06-101-20/+20
* - #define\tFOO\tBARmarius2004-06-101-2/+2
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-103-1/+3
* Free tty at detach().rik2004-06-101-1/+15
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-107-0/+5307
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,iedowse2004-06-101-0/+1
* - Add a LLADDR() forgotten in the conversion to ether_crc32_le().marius2004-06-101-4/+2
* - Remove a variable no longer used after the conversion to ether_crc32_le().marius2004-06-101-4/+2
* Check if we control device. Else we will go to panic cause we don't haverik2004-06-091-1/+1
* When adding files to the repo, it is very important to not forgetimp2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forimp2004-06-092-13/+37
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)wpaul2004-06-092-0/+71
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-0921-505/+42
* Only match cards that claim to be network cards. I've had twoimp2004-06-091-0/+10
* Replace convoluted and broken CRC calcuation with ether_crc32_le().naddy2004-06-091-41/+6
* * Fix multicast reception.naddy2004-06-091-28/+10
* Implement the BREAK_TO_DEBUGGER option for sab(4).joerg2004-06-081-0/+11
* 1. struct tty => struct tty *tty.rik2004-06-081-95/+110
* Remove accidental change.njl2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a devicenjl2004-06-072-17/+17
* Make linesw[] an array of pointers to linedesc instead of an array ofphk2004-06-071-1/+1
* - Use PCI_INVALID_IRQ macro rather than a magic number.jhb2004-06-071-2/+1
* Add an entry to the PCI ID list to support the serial interface on thewpaul2004-06-071-0/+1
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Sync to 1.181 of usbdevssanpei2004-06-052-2/+9
* Add support Sony/Ericsson SEMC DSS-20 SyncStation,sanpei2004-06-052-0/+3
* Document the 64bit version of blocks_to_recover for logical drive status.ps2004-06-051-0/+2
* Add pci id's for the SmartArray 6422 and V100 controllers. Alsops2004-06-051-0/+17
* Sync to 1.180 of usbdevssanpei2004-06-052-2/+9
* Add device ID for atuwi USB wlan driver, AWL400 Wireless adapter.sanpei2004-06-051-0/+1
* Don't forget to pass shutdown events down to children first now that wenjl2004-06-051-0/+3
* Disable wake GPEs in the reboot path as well as poweroff path. This fixesnjl2004-06-051-4/+11
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notnjl2004-06-051-109/+78
* Sync to 1.179 of usbdevssanpei2004-06-052-2/+9
* Add support Neodio-3260 8-in-1 multi format USB memory card / flash controllersanpei2004-06-052-0/+5
* Take advantage of the dev sysctl tree.des2004-06-042-0/+8
* Centralize the line discipline optimization determination in a functionphk2004-06-049-184/+39
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-048-27/+30
* Update logical drive structureps2004-06-041-3/+5
* Work around the preemption problem in acpi_cpu.c for shutting down.peter2004-06-041-0/+2
* Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).yar2004-06-041-5/+13
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledmux2004-06-041-28/+46
* Machine generated patch which changes linedisc calls from accessingphk2004-06-0417-118/+118
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-0413-95/+41
* Unbreak the Intel 2100 Centrino wireless driver (and probably others):wpaul2004-06-041-7/+12
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-0317-0/+17
OpenPOWER on IntegriCloud