summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2001-03-31Add support for GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-31regenAaron Campbell
2001-03-31Recognize a GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-30init started aen; from nbsdMichael Shalayeff
2001-03-30Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a muxAaron Campbell
device is connected to a display or not. Use it in wsmux_detach_sc(). This fixes a problem I've been struggling with whereby the machine panics if I detach a USB keyboard before disconnecting it from wsdisplay.
2001-03-29An INIC-940 based card supplied by Initio proves that the iha driverKenneth R Westerback
does support both INIC-940 and INIC-950 chips. So allow iha to recognize and claim INIC-940 based cards, and change documentation to reflect new support. Thanks to Initio for providing the card to test.
2001-03-29Add diagnostic message.Nathan Binkert
Insert short delay before coming out of spltty in set_cmap function. This prevents a panic on alpha when trying to run the Xtga driver.
2001-03-29syncTheo de Raadt
2001-03-29shrink moreTheo de Raadt
2001-03-29From FreeBSD:Jason Wright
- Call mii_pollstat() after we bring up the link on a 1000baseTX card after autoneg so we make sure to set the link state and duplex mode correctly. - Make sure to set the 'ignore pause frames' bit on the XMAC. - Small linewrap fix. - Add actual URL for XMAC II datasheet in comments.
2001-03-29Microcode for yds(4) driver, freed by Yamaha as follows:Aaron Campbell
"Free distribution, No restriction for their distribution, We do not make any support." -- suzuki-y@post.yamaha.co.jp
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto. This is a slightly updated version of the driver that was previously tested by jcs@rt.fm and niklas@. XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver from sys/dev/isa to sys/dev/ic.
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually.
2001-03-29regenAaron Campbell
2001-03-29Recognize Netgear FA410TXC Fast Ethernet adapter.Aaron Campbell
2001-03-29Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible EthernetAaron Campbell
chips; from NetBSD, with some required modifications by me.
2001-03-28syncChris Cappuccio
2001-03-28Triones is now HighPointChris Cappuccio
2001-03-28lavaport 650Theo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28correct labelTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28more lavaTheo de Raadt
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs.
2001-03-28Move code to set sc_frequency out of #ifdef notyet since we now need it.Todd C. Miller
From deraadt@
2001-03-28new SIIG 8-port; apriori@world.std.comTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28newTheo de Raadt
2001-03-28sigh, forgot another ifdef; use bus_space_xx for cross plataform support.Federico G. Schwindt
2001-03-28Use vaddr_t instead of vm_offset_t.Federico G. Schwindt
2001-03-28uncomment and use code to determine whether we interrupted or notJason Wright
correct comment typo
2001-03-28remove old files.Federico G. Schwindt
2001-03-28ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD.Federico G. Schwindt
2001-03-28New set of files for bktr(4).Federico G. Schwindt
2001-03-28Latest bktr driver from FreeBSD; thanks to Andres GunnarssonFederico G. Schwindt
<andreas@crt.se> for testing.
2001-03-27avoid a mapreg type mismatch warning when mapping card's io spaceMichael Shalayeff
2001-03-27regenPeter Galbavy
2001-03-27Add an old 'ne' compatible card from Greycell and the matching dataPeter Galbavy
to if_ne_pcmcia.c. OK mickey@
2001-03-27regenMichael Shalayeff
2001-03-27just found another oneMichael Shalayeff
2001-03-27regenMichael Shalayeff
2001-03-27a few more if_wi-compatible devicesMichael Shalayeff
2001-03-27a few typos in comments, and uhm, size mismatchesMichael Shalayeff
2001-03-26fix scsi_done calling, locking, quartz_doneMichael Shalayeff
2001-03-26Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370Chris Cappuccio
2001-03-26syncTheo de Raadt
2001-03-26cyclom updateTheo de Raadt
2001-03-25Missing irqack, cleanup DMA error handlingConstantine Sapuntzakis
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA ↵Constantine Sapuntzakis
functions to return status flags. Note: Changing code to have DMA interface indicate when I/O is done (a la NetBSD) was considered. It was rejected due to questionable backward compatability with ISA DMA and MAC obio DMA Added irqack from NetBSD (though this feature should really be in the PCI interrupt handlers) Use pool
2001-03-25Repair timeouts. kern/1743, but with simpler fixArtur Grabowski