summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When autosense is retrieved, tell CAM about it instead of juust pretendingscottl2004-06-121-1/+2
* Correct typo from previous commit.scottl2004-06-121-1/+1
* Back out 1.23 until I figure out why it causes Netra t1 100 to no longermarius2004-06-121-1/+1
* Style cleanup.schweikh2004-06-111-64/+81
* Fix for a problem seen only on 6xxx series controllers, where-in thevkashyap2004-06-113-8/+17
* * Fix typo in comment.schweikh2004-06-111-6/+4
* Make the XPT_CALC_GEOMETRY op dependent on the sc_extended_geometry flagscottl2004-06-113-1/+4
* Deorbit COMPAT_SUNOS.phk2004-06-117-12/+12
* Back out the last change as that broke some SATA devices.sos2004-06-111-9/+4
* 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
OpenPOWER on IntegriCloud