summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Squelch spurious "gigabit link up" messages generated on some fiber NICswpaul2003-07-111-4/+19
* Fix i386 assembly constraints. The same register cannot bekan2003-07-111-3/+3
* Regenerate.wpaul2003-07-102-5/+12
* Add support for a bunch of Microsoft networking products:wpaul2003-07-104-0/+36
* Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
* Use the default arguments for lockfunc and lockfuncarg inharti2003-07-105-14/+23
* Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.scottl2003-07-092-49/+54
* Fix a missing } that got dropped from the last commit.scottl2003-07-091-0/+1
* Add a new quirk for cards that incorrectly interpret the amount of memoryscottl2003-07-093-3/+12
* - Fix a typo in the call to acpi_disabled() in probe() by removing anjhb2003-07-091-1/+2
* Add ID for UMAX Astra 2100Uache2003-07-091-0/+1
* Make the dc(4) driver endian-clean, so to that it works on sparc64.mux2003-07-092-45/+56
* Configuraiton ROM fix:simokawa2003-07-091-8/+26
* Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device tojhb2003-07-081-0/+129
* - Make the isab devclass global to allow for multiple ISA bridge drivers.jhb2003-07-081-12/+7
* Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limitwpaul2003-07-071-1/+4
* * add a function to display a complete feeder chain on the console, forcg2003-07-072-1/+18
* Add corega PCCL-11 to match entry added to pccarddevs a while ago.imp2003-07-071-0/+1
* Reset the PSM aux device twice to help pierce through some KVM's tomikeh2003-07-071-0/+9
* * support ich5cg2003-07-061-9/+14
* Convert the dc(4) driver to the busdma API. This is a necessary stepmux2003-07-062-117/+304
* Fix a bug that could cause dc(4) to m_freem() an already freedmux2003-07-061-1/+2
* Various style(9) and readability fixes.mux2003-07-061-14/+22
* * add support for amd-768 audio, as used on many dual athlon boards. onlycg2003-07-061-19/+23
* Fix a signedness problem in zstty_cncheckc(): when no character is ready,tmm2003-07-051-1/+1
* remove \n at end of panic strings. They are added by the call to panic.jmg2003-07-044-26/+26
* Add compatibility for FreeBSD-4.simokawa2003-07-044-5/+21
* Delete a superfluous semi-colon.harti2003-07-041-1/+1
* The em(4) driver has been converted to busdma and doesn't usemux2003-07-041-5/+0
* WARNING: white space diffjmg2003-07-0434-311/+309
* Due to extreme bogusness in the pci bus layer, these drivers wereimp2003-07-034-10/+14
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-036-12/+19
* Revert the previous commit, it snuck in by accident.scottl2003-07-031-10/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-028-23/+12
* Make the bus_dma_tag_create use NULL for the lock arguments. We areharti2003-07-021-5/+6
* Update the SATA support code to work more correctly withsos2003-07-023-57/+121
* Change the sleep identifier to "-" where random normally sleeps.phk2003-07-021-1/+1
* Mega busdma API commit.scottl2003-07-0194-116/+401
* Add PnP PS/2 id for Dell Latitude X200.mikeh2003-07-011-0/+1
* Some gem and hme hardware bogusly has the intpin register hardwired totmm2003-07-012-7/+12
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-015-6/+25
* Allow to write the intpin ivar using the pci_set_intpin() accessor. Theretmm2003-07-011-1/+3
* Regen.joe2003-07-012-2/+9
* USB scanner support for Mustek BearPaw scanner.joe2003-07-012-0/+2
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Regen.joe2003-07-012-2/+9
* Support the Epson GT-9300UF usb scanner.joe2003-07-012-0/+2
* free_drive: Free the drive even if it's referenced. I don't know whatgrog2003-07-011-12/+7
* Include file clean up.simokawa2003-06-303-4/+11
* acknowledge the contribution of Atsushi Onoesam2003-06-301-0/+3
OpenPOWER on IntegriCloud