summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-11-13Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not usedAaron Campbell
anywhere quite yet, but useful to have these files in the tree while we work towards wscons for i386 and alpha.
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell
NetBSD. This will ease the pain when we bring in the pckbc MI keyboard driver to be used for wscons/i386 and wscons/alpha.
2000-11-13Make this compile under OpenBSD.Aaron Campbell
2000-11-13- Convert to new timeouts.Aaron Campbell
- Allow it to compile with option WSDISPLAY_COMPAT_RAWKBD.
2000-11-13make compile with !UVMNiklas Hallqvist
2000-11-12new timeoutsMichael Shalayeff
2000-11-11new timeouts; compilesMichael Shalayeff
2000-11-11new timeouts; jason@ okMichael Shalayeff
2000-11-11Change the le32toh() le16toh() macros back to the previous defintion.Dale Rahn
This change is more portable, redefine the macros to use the host letoh32/letoh16 instead of using possibly less efficient bswap routines.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-10improved queue handling + some small bug fixesNiklas Hallqvist
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist
2000-11-10This fixes a problem that caused DMA errors from shortly beforeKenneth R Westerback
2.7 through the released 2.8. As NetBSD describes the problem: DMA failure still arise when AdvanSys U[2]W host adapters are used in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03). With a correct sg_cnt, scatter/gather lists with >1 element no longer reference random(?) memory. Now the mystery is why this didn't cause more problems on other chipsets. Installs of 2.7 and 2.8 to a drive on an adw bus now work even if the motherboard uses the 82443BX. So many problems from one character ...
2000-11-09cast pointer to a long for alpha's sake; pointed out by ericj@Michael Shalayeff
2000-11-09new timeouts; aaron@ okMichael Shalayeff
2000-11-09new timeoutsMichael Shalayeff
2000-11-08oops, oops w/ no configured unitsMichael Shalayeff
2000-11-08syncAaron Campbell
2000-11-08New products, so at least usb_quirks will compile; from NetBSD.Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
umass.c and ukbd.c as the diffs are a bit hairier.
2000-11-08syncTheo de Raadt
2000-11-08shortenTheo de Raadt
2000-11-08Add comcnattach that does the basic steps needed to attachArtur Grabowski
a com as a serial console. (idea from NetBSD). If cn_tab->cn_dev == NODEV, try to find comopen in cdevsw and set cn_dev to the right device.
2000-11-08allocate le_iomem in le_ioasic_attach instead of MD code,Artur Grabowski
only for UVM.
2000-11-08Initialize the timeout in attach, not wi_init.Artur Grabowski
The difference is that we do not risk reinitializing a pending timeout.
2000-11-08Defines for min_gnt and max_lat fields in the bhlc reg.Artur Grabowski
Not used yet.
2000-11-07syncTheo de Raadt
2000-11-07shortenTheo de Raadt
2000-11-07Promise PCI devs renamedChris Cappuccio
2000-11-07syncChris Cappuccio
2000-11-07Make more sense with Promise stuffChris Cappuccio
2000-11-07Fix multicast filter programming; from FreeBSD.Aaron Campbell
2000-11-07regenMichael Shalayeff
2000-11-07ami megaraid definitionsMichael Shalayeff
2000-11-07estimate sc_link.openings on the number of configured unitsMichael Shalayeff
2000-11-06cache disable flagMichael Shalayeff
2000-11-06regenMichael Shalayeff
2000-11-06dfe-660Michael Shalayeff
2000-11-06regenMichael Shalayeff
2000-11-06creative nomadiimgMichael Shalayeff
2000-10-30Match the Macronix 98727/98732 chips.Aaron Campbell
2000-10-30syncAaron Campbell
2000-10-30Macronix 98727/98732Aaron Campbell
2000-10-29undo this; adds files, unacceptable at this point in releaseTheo de Raadt
2000-10-29syncAaron Campbell
2000-10-29- Add many new devices gleaned from dmesglog.Aaron Campbell
- Rearrange some entries that weren't in the proper ID-order. - Fix some typos as well.
2000-10-28Reduce footprint of ATA driver by only having PROBE debug messages compiledConstantine Sapuntzakis
in by default.
2000-10-27Patch to get rid of ST506 phantoms. Thanks to Grigoriy Orlov for the designConstantine Sapuntzakis
and testing.
2000-10-27Make cardbus version of dc detach properly. OK aaron@Nathan Binkert
2000-10-27From FreeBSD:Aaron Campbell
Yet another bug fix/optimization for the Davicom DM9100/9102: increase the PCI latency timer value to 0x80. Davicom's Linux driver does this, and it drastically reduces the number of TX underruns in my tests. (Note: this is done only for the Davicom chips. I'm not sure it's a good idea to do it for all of them.)