summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1998-10-14syncFederico G. Schwindt
1998-10-13syncTheo de Raadt
1998-10-13another modem without a pnp compatidTheo de Raadt
1998-10-11syncJason Downs
1998-10-11Add another modem w/o the compat ID.Jason Downs
1998-10-10syncTheo de Raadt
1998-10-10another sb card that does not set the compat fieldTheo de Raadt
1998-10-10syncTheo de Raadt
1998-10-10shrinkTheo de Raadt
1998-10-10syncJason Downs
1998-10-10add ATI Rage Pro and SoundBlaster PCI64 IDs.Jason Downs
1998-10-10Sync with FreeBSD; add support for bt878/879, more cards, more tuners...Jason Downs
1998-10-10Remove debugging printfs.Dale S. Rahn
1998-10-10add OpenBSD tagsJason Wright
1998-10-10syncJason Wright
1998-10-10Driver for ThunderLAN based ethernet cards ported from FreeBSD.Jason Wright
1998-10-09syncTheo de Raadt
1998-10-09SMC EtherEZ supportTheo de Raadt
1998-10-09Working with three different cards now. CL 5434, Diamond Stealth 64, andDale S. Rahn
Matrox Storm. _should_ be set up to support X, however no server available yet.
1998-10-09syncTheo de Raadt
1998-10-09support 905B-FX cardsTheo de Raadt
1998-10-08Support for the Lite-On PNIC found on Netgear FA310TX rev D1 andJason Wright
several other boards.
1998-10-06syncJason Downs
1998-10-06more brooktree devsJason Downs
1998-10-05make compile with AUDIO_DEBUG definedNiklas Hallqvist
1998-10-05make DIOCGPDINFO equivalent to DIOCGDINFO for cd'sTodd C. Miller
1998-10-05We really should use our bus.h API, all big-endian users were brokenNiklas Hallqvist
1998-10-05Remove the bus_space_unmap from aic_find.Federico G. Schwindt
Call isa_intr_establish before aicattach.
1998-10-05Remove unimportant printf.Federico G. Schwindt
1998-10-05make DIOCGPDINFO equivalent to DIOCGDINFO for cd'sTodd C. Miller
1998-10-04the ed -> ec,we,ne conversion missed the fact that our backwardNiklas Hallqvist
compatibility needs to look a bit different.
1998-10-04Use swap16 not bswap16 in OpenBSDNiklas Hallqvist
1998-10-04Add DIOCGPDINFO supportTodd C. Miller
1998-10-04Add DIOCGPDINFO supportTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
implement an ioctl to get a spoofed label even for disks that have a label on them.
1998-10-01Set d_type properly in spoofed labelsTodd C. Miller
1998-09-30MaxTech 33.6 PnP D/F/V identifier, GVC0303. (prasadsr@umich.edu)Federico G. Schwindt
1998-09-29Merge with FreeBSD: if_xlreg.h(1.5) & if_xl.c(1.12)Jason Wright
o workaround for ifmedia_set panic o make sure tx isn't wedged if tx queue is full o increase TX queue from 10 -> 16 descriptors
1998-09-28we & ec depend on ifmedia attributeJason Wright
1998-09-28fxp needs ifmedia attributeJason Wright
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-28fix bug in vgafb_copycols() use bus_space_copy_4() instead ofDale S. Rahn
bus_space_copy_1() for efficiency reasons.
1998-09-28support powerpc port (needs ifdef to use powerpc_btop()), is thereDale S. Rahn
a machine independant function that calls this md function??
1998-09-28syncJason Downs
1998-09-28ABP-940UW sycn w/NetBSDJason Downs
1998-09-28syncJason Downs
1998-09-28trident 9750Jason Downs
1998-09-27this driver does not handle 3c9xxTheo de Raadt
1998-09-27syncMarco S Hyman