summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Make the Ricochet modems work through the USB interface.n_hibma2000-11-013-20/+25
* Update the config gathering code for both Promise & HPTsos2000-11-012-158/+117
* kill old sb drivercg2000-11-011-938/+0
* switch over to new sb8/sb16 codecg2000-11-011-3/+2
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyn_hibma2000-11-011-1/+1
* Don't needlessly indirect the APM softstate. It does nothing butnsayer2000-10-311-6/+2
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* aic7xxx.c:gibbs2000-10-318-368/+706
* Fix typo in commentsroger2000-10-311-2/+2
* Upgrade to driver 2.18roger2000-10-315-15/+140
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-312-0/+10
* Remove unused #includes.phk2000-10-315-35/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-311-0/+2
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-311-72/+14
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-301-1/+1
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3018-0/+18
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
* remove an unused function (and a warning)n_hibma2000-10-301-6/+1
* Fix the PCCARD ATA breakage..sos2000-10-302-4/+10
* Remove unneeded <stddef.h> #includes.phk2000-10-294-7/+0
* Make a few more mallocs use M_ZERO.dwmalone2000-10-293-8/+5
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-2919-19/+0
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-294-10/+6
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-295-5/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-2914-14/+0
* fix warning compile error about unused variabledarrenr2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().phk2000-10-291-2/+2
* Change flags of ncv and nsp driver. Both were conflicted with the flagsnon2000-10-292-2/+2
* Remove unnecessary printf().non2000-10-292-2/+0
* Unconditionally turning on the I/O and memory enable bits in the PCImsmith2000-10-281-1/+14
* add commented-out dependancies on the new sb8 and sb16 driverscg2000-10-281-0/+2
* split up sb16 and sb/sbpro driverscg2000-10-282-928/+690
* Removed extra calculation for X position (PC-98 only).nyan2000-10-281-1/+0
* Return -10 from the PCI probe to allow room for an updated driver tomsmith2000-10-283-3/+3
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/peter2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really iswpaul2000-10-282-2/+17
* Allow PCI busses to be connected to host bridges detected by ACPI as well.msmith2000-10-281-0/+1
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-289-0/+972
* Fix typo in the 4.x case.msmith2000-10-271-1/+1
* implement SNDCTL_DSP_POSTcg2000-10-271-3/+2
* Remove 86 unneeded #includesphk2000-10-2722-86/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-279-31/+7
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-271-0/+5
* Add PCI device ID for an upcoming revision of the product.msmith2000-10-272-1/+3
* Add a missing newline to a diagnostic.msmith2000-10-271-1/+1
* Yet another bug fix/optimization for the Davicom DM9100/9102: increasewpaul2000-10-271-0/+5
OpenPOWER on IntegriCloud