summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-16130-521/+526
* If a device is not ONLINE, do not attempt to submit any commandsps2004-06-151-23/+4
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Fix spelling.dfr2004-06-151-2/+2
* Oops, backout debug code..sos2004-06-151-4/+0
* Dont set prefetch etc on VIA chips, causes problems on newer chips andsos2004-06-152-4/+4
* Increase robustness of SATA handling.sos2004-06-153-88/+191
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* Revert the removal of the initial_irq hack for now as this code is morejhb2004-06-141-9/+7
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-3/+3
* Improve mapping of relative to absolute volume.josef2004-06-141-2/+15
* If we run out of transmission labels, just re-queue the packet for laterdfr2004-06-142-4/+17
* Remove disable_on_poweroff and our pre-sync shutdown handler. Disablingnjl2004-06-141-30/+1
* Clean up acpi_probe_order() a bit and clarify some comments.njl2004-06-141-9/+19
* Don't probe/attach in the ACPI_DEBUG case.njl2004-06-141-2/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-142-3/+5
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-1310-101/+246
* Add PCI identifier for Dell modified SBLive! cardobrien2004-06-131-0/+9
* Pass the correct argument to ncr53c9x_timeout()scottl2004-06-131-5/+5
* Cast printf'ed values to intmax_t.obrien2004-06-131-3/+3
* Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace morenjl2004-06-132-0/+21
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-133-0/+6
* Add configuration rom entries for IP over firewire.dfr2004-06-132-0/+28
* To support the promiscuous mode udav(4) driversanpei2004-06-131-0/+24
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-132-0/+975
* Get rid of UMA zones and instead allocate all ecb's up front and track themscottl2004-06-132-25/+48
* make code less broken, only try to create unit 0 since there can onlyjmg2004-06-131-2/+4
* 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
OpenPOWER on IntegriCloud