aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Close PR #21078: the aue driver was not correctly programming theBill Paul2000-11-011-1/+1
* Make the Ricochet modems work through the USB interface.Nick Hibma2000-11-013-20/+25
* Update the config gathering code for both Promise & HPTSøren Schmidt2000-11-012-158/+117
* kill old sb driverCameron Grant2000-11-011-938/+0
* switch over to new sb8/sb16 codeCameron Grant2000-11-011-3/+2
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyNick Hibma2000-11-011-1/+1
* Don't needlessly indirect the APM softstate. It does nothing butNick Sayer2000-10-311-6/+2
* Generate bmov instructions for all move requests. The driverJustin T. Gibbs2000-10-311-3/+3
* aic7xxx.c:Justin T. Gibbs2000-10-318-368/+706
* Fix typo in commentsRoger Hardiman2000-10-311-2/+2
* Upgrade to driver 2.18Roger Hardiman2000-10-315-15/+140
* If acpica driver is loaded using kldload(8), warn and just ignore.Takanori Watanabe2000-10-312-0/+10
* Remove unused #includes.Poul-Henning Kamp2000-10-315-35/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesYoshihiro Takahashi2000-10-311-0/+2
* I'm dropping the MAINTAINER request and see what happens. If it becomesMatt Jacob2000-10-311-2/+0
* Convert the de driver into a loadable module. Still missing is anMark Murray2000-10-311-72/+14
* Call dc_apply_fixup() in dc_setcfg() for the MII case.Bill Paul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notBill Paul2000-10-301-1/+1
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidSøren Schmidt2000-10-301-3/+15
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-3018-0/+18
* Update the Promise RAID code, there are differences between BIOSSøren Schmidt2000-10-301-6/+6
* remove an unused function (and a warning)Nick Hibma2000-10-301-6/+1
* Fix the PCCARD ATA breakage..Søren Schmidt2000-10-302-4/+10
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-294-7/+0
* Make a few more mallocs use M_ZERO.David Malone2000-10-293-8/+5
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-2919-19/+0
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-294-10/+6
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-295-5/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-2914-14/+0
* fix warning compile error about unused variableDarren Reed2000-10-291-0/+2
* Fix params passed to pci_porten() and pci_memen().Poul-Henning Kamp2000-10-291-2/+2
* Change flags of ncv and nsp driver. Both were conflicted with the flagsNoriaki Mitsunaga2000-10-292-2/+2
* Remove unnecessary printf().Noriaki Mitsunaga2000-10-292-2/+0
* Unconditionally turning on the I/O and memory enable bits in the PCIMike Smith2000-10-281-1/+14
* add commented-out dependancies on the new sb8 and sb16 driversCameron Grant2000-10-281-0/+2
* split up sb16 and sb/sbpro driversCameron Grant2000-10-282-907/+669
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-281-1/+0
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-283-3/+3
* Fix typo s/DE_DEVICEID_FE2500/DC_DEVICEID_FE2500/Peter Wemm2000-10-281-1/+1
* Add PCI IDs for some additional cardbus cards. Yes, there really isBill Paul2000-10-282-2/+17
* Allow PCI busses to be connected to host bridges detected by ACPI as well.Mike Smith2000-10-281-0/+1
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-2815-0/+4893
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-289-0/+972
* Fix typo in the 4.x case.Mike Smith2000-10-271-1/+1
* implement SNDCTL_DSP_POSTCameron Grant2000-10-271-3/+2
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-2722-86/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-279-31/+7
* As the blocking model has seems to be troublesome for many, disableMark Murray2000-10-271-0/+5
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-272-1/+3
* Add a missing newline to a diagnostic.Mike Smith2000-10-271-1/+1