summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1996-05-06fix arg names (s/cmd/command/).Michael Shalayeff
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-05ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andTheo de Raadt
pete@demon.net
1996-05-04Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.orgTheo de Raadt
1996-05-04Just update the $OpenBSD$ tag, it seems to have got in during theNiklas Hallqvist
LOCALID was lost.
1996-05-03Fix the copyright.Michael Shalayeff
1996-05-03prettier printf messagesTheo de Raadt
1996-05-03need another field for pcmciaTheo de Raadt
1996-05-03pcmcia version of if_ep (duct-taped together by me)Theo de Raadt
1996-05-02make these work togetherTheo de Raadt
1996-05-02more verbose interrupt handling?Theo de Raadt
1996-05-02if_ep splitupTheo de Raadt
1996-05-02no sys/cpu.hTheo de Raadt
1996-05-02bizzare change in netbsd landTheo de Raadt
1996-05-02update for eisadevsTheo de Raadt
1996-05-02add entryTheo de Raadt
1996-05-02Oops! A file forgotten from the former commit:Niklas Hallqvist
The ed driver cannot be in conf/files due to a name conflict in the amiga port. This is resolved like the if_le conflict, by having it in files.i386 until the conflict is resolved.
1996-04-29Hmmm, guess we really do need that #endif :-)hvozda
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-29Rewrite a bit w/ a new flavour of behaviour understanding.Michael Shalayeff
Disable debug code by default.
1996-04-28Integrate new version of devlist2h.awk from NetBSD 1/22/96; regenerateThorsten Lockert
PCI device lists to compiles with PCI_VERBOSE works again
1996-04-28Make this compile; was missing new first argumentThorsten Lockert
1996-04-27Extend the bus.h interface with endian conversion functions and useNiklas Hallqvist
where relevant.
1996-04-27Fix typos (some s/bc/sc->sc_bc/ ops)Niklas Hallqvist
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-04-24Supply randomness source for the rnd device.Michael Shalayeff
1996-04-24OPTi 82C929 chipset support added.Michael Shalayeff
1996-04-24Add OPTi 82C929 chipset support for sound(wss,sb)/cd(mcd,scd,pcd,atapi)Michael Shalayeff
card. This is software programable card. Missing: SB support (no srcs available, and dos's exe is too big ;) Not tested: pcd(panasonic cd)(no driver); mcd,atapi(have no hw).
1996-04-22Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffershannken
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-04-19Fix according to the last changes.Michael Shalayeff
dev_conf.h deleted, longjmp proto changed.
1996-04-18NetBSD 960317 mergeNiklas Hallqvist
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-18Fix includes ordering.Michael Shalayeff
1996-04-17Update w/ the fact of MD5 presence in the libkern.aMichael Shalayeff
1996-03-30Add $OpenBSD$, fix comments.Michael Shalayeff
1996-03-29The random data source driver itself.Michael Shalayeff
Initial commit.
1996-03-22Fix previous changes; we actually take a device name too so as to avoidThorsten Lockert
having just non-descript "pci" devices show up in interrupt stats
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-03-08From NetBSD: merge of 960217Niklas Hallqvist
1996-03-05From NetBSD: merge with 960217Niklas Hallqvist
1996-03-05sc_dev -> tulip_devdm
1996-03-02From NetBSD: sync with 960217 sourcesNiklas Hallqvist
1996-02-29Supplement the known PCI Vendor listThorsten Lockert
1996-02-27if_ed.c cannot be MI yet, due to name clashes, will get resolved soonNiklas Hallqvist
1996-02-27Removed extraneous spaceNiklas Hallqvist
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist