summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-08-06more devices from the G4Theo de Raadt
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation.
2000-08-05Be more liberal about attaching products unknown to us (we have got IDNiklas Hallqvist
ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first.
2000-08-05syncChris Cappuccio
2000-08-05Support Promise Ultra/100 as found on some Microstar motherboardsChris Cappuccio
(From NetBSD PR 10756)
2000-08-04syncTheo de Raadt
2000-08-04anotherTheo de Raadt
2000-08-04rest of the work needed for tga2; from NetBSDEric Jackson
2000-08-04add support for tga2; from NetBSDEric Jackson
2000-08-04Support for the Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04syncAaron Campbell
2000-08-04Add Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-03(c) 2000Niklas Hallqvist
2000-08-03syncNiklas Hallqvist
2000-08-03Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids.Niklas Hallqvist
BTW, more RS controllers will need to be added, but I do not yet know the prodids.
2000-08-03Don't print out the name of the controller twice.Aaron Campbell
2000-08-02Put missing call to sf_setmulti() in sf_init() so the multicast filter willAaron Campbell
be programmed correctly; from FreeBSD.
2000-08-02Sync with FreeBSD. Summary of changes:Aaron Campbell
- Add support for Accton EN1217 Ethernet adapters. - Fix problems with LEDs on some cards when clearing the jabber disable bit. - Handle new Macronix chips whose multicast hash tables are only 128 bits. - Fix timing issues during autonegotiation with Macronix and PNIC II.
2000-08-02No need to include pci header files here.Aaron Campbell
2000-08-02syncAaron Campbell
2000-08-02Add Accton EN1217 Ethernet.Aaron Campbell
2000-08-02Don't print out the eeprom width.Aaron Campbell
2000-08-02Add support for accepting packets up to 4 octets larger than thePeter Galbavy
interface MTU IFF vlans are enabled. Additional logic should be added by someone who understand 802.1q to test if this oversize packet is actually a 802.1q encapsulated, and reject others. Fix as per kernel/1328.
2000-08-02based on netbsd; whacked into shape by ycsu@zyxel.com.twTheo de Raadt
2000-08-02import a few useful consts from netbsd; mainly for pcibios thing slipMichael Shalayeff
2000-08-01forgot these in alpha/wscons upgrade; pointed out by Erik Verbruggen ↵Michael Shalayeff
<ejv@cs.kun.nl>
2000-08-01no cn_bell yet; bad mickey, try #2Michael Shalayeff
2000-08-01no cn_bell yet; bad mickeyMichael Shalayeff
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵Michael Shalayeff
aaron@
2000-08-01Add Symbios 53C895A support; armin@wolfermann.orgTodd C. Miller
2000-08-01regenTodd C. Miller
2000-08-01Add Symbios 53C895A; armin@wolfermann.orgTodd C. Miller
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron Campbell
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop.
2000-08-01Make driver attach no matter the setting of jumper S4.Niklas Hallqvist
This solves the "cannot map DPMEM" problem some people have been seeing. Still there is an ugly printout while configuring if S4 is out, I do not know how to pretty that one just yet. Howevr it is just a cosmetic thing.
2000-07-31Fix PR 1341 -Chris Cappuccio
Don't enable UDMA modes on VIA "82C586" with revision under 6
2000-07-31since byte order bugs are gone, interrupts work okTheo de Raadt
2000-07-31syncTheo de Raadt
2000-07-31moreTheo de Raadt
2000-07-29remove the (unused) sc_intrmask, and be more careful about initializingJason Wright
the BS_CTRL register... The BE32 & BE64 bits do NOT do what they imply, so leave the bits set, and add the ones we want. This allows ubsec to interop with our software implementation (at least for encryption). More work to be done in this driver though... Many thanks to Jimmy Ruane at Broadcom for the pointer about BE32 & BE64!
2000-07-28Use the correct bits for determining which session to delete. Some style fixes.Jason Wright
2000-07-27more puc devices, including IBM 33L4618: AT&T/Lucent Venus Modem offset from ↵Theo de Raadt
kaspar.toomik@personalchemistry.com
2000-07-273wareTheo de Raadt
2000-07-27if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ↵Theo de Raadt
AC97_REG_VENDOR* and AC97_REG_RESET
2000-07-26syncTheo de Raadt
2000-07-26tweakTheo de Raadt
2000-07-26syncTheo de Raadt
2000-07-26urgTheo de Raadt
2000-07-25syncTheo de Raadt
2000-07-25picopower devicesTheo de Raadt
2000-07-25convert to new timeoutsMichael Shalayeff