Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-29 | Hmmm, guess we really do need that #endif :-) | hvozda | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-29 | Rewrite a bit w/ a new flavour of behaviour understanding. | Michael Shalayeff | |
Disable debug code by default. | |||
1996-04-28 | Integrate new version of devlist2h.awk from NetBSD 1/22/96; regenerate | Thorsten Lockert | |
PCI device lists to compiles with PCI_VERBOSE works again | |||
1996-04-28 | Make this compile; was missing new first argument | Thorsten Lockert | |
1996-04-27 | Extend the bus.h interface with endian conversion functions and use | Niklas Hallqvist | |
where relevant. | |||
1996-04-27 | Fix typos (some s/bc/sc->sc_bc/ ops) | Niklas Hallqvist | |
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-04-24 | Supply randomness source for the rnd device. | Michael Shalayeff | |
1996-04-24 | OPTi 82C929 chipset support added. | Michael Shalayeff | |
1996-04-24 | Add 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-22 | Update aha.c to use bounce buffers, fix typos in isadma.c, update bounce buffers | hannken | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-19 | Fix according to the last changes. | Michael Shalayeff | |
dev_conf.h deleted, longjmp proto changed. | |||
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-18 | Fix includes ordering. | Michael Shalayeff | |
1996-04-17 | Update w/ the fact of MD5 presence in the libkern.a | Michael Shalayeff | |
1996-03-30 | Add $OpenBSD$, fix comments. | Michael Shalayeff | |
1996-03-29 | The random data source driver itself. | Michael Shalayeff | |
Initial commit. | |||
1996-03-22 | Fix previous changes; we actually take a device name too so as to avoid | Thorsten Lockert | |
having just non-descript "pci" devices show up in interrupt stats | |||
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-19 | Merging 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-08 | From NetBSD: merge of 960217 | Niklas Hallqvist | |
1996-03-05 | From NetBSD: merge with 960217 | Niklas Hallqvist | |
1996-03-05 | sc_dev -> tulip_dev | dm | |
1996-03-02 | From NetBSD: sync with 960217 sources | Niklas Hallqvist | |
1996-02-29 | Supplement the known PCI Vendor list | Thorsten Lockert | |
1996-02-27 | if_ed.c cannot be MI yet, due to name clashes, will get resolved soon | Niklas Hallqvist | |
1996-02-27 | Removed extraneous space | Niklas Hallqvist | |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist | |
1996-02-20 | Never claim interrupt if device runs without interrupts enabled | Thorsten Lockert | |
1996-02-20 | Fix disk_unbusy panic (from NetBSD) | hannken | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1996-02-18 | Add another PCI vendor / product | Thorsten Lockert | |
1996-02-13 | Recognize 3c595 (same as 3c590, according to FreeBSD if_vx) | dm | |
1996-02-13 | added isadmavar.h include | dm | |
1996-02-02 | hannken: Fix disk_unbusy panic when booting from floppies | dm | |
1996-01-31 | z8530 reorganization from gwr (which i think isn't nearly as machine | Theo de Raadt | |
independent or correct as he thinks it is) | |||
1996-01-31 | from netbsd; | Theo de Raadt | |
Use the function pointers sc_pio_in, sc_pio_out to call the PIO functions for transfers in data phase so those functions may be MD implementations that do "pseudo-DMA" if desired. Also correct some comments. | |||
1996-01-26 | Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo). | hvozda | |
Also a example kernel demonstrating how to configure PCMCIA devices. | |||
1996-01-23 | Removed extra brace. | hannken | |
1996-01-21 | Corrected typo when removing CCB's from the hash list. | hannken | |
1996-01-16 | Last of the glue and devices for for PCMCIA support from Stefan Grefen | hvozda | |
<grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us> | |||
1996-01-15 | Whoops! Need this file to make config happy... | hvozda | |
1996-01-15 | from netbsd: | Theo de Raadt | |
Use WTDBPRINT() instead of DEBUG() for driver debugging printf()s.. Fixes PR #1927, from Erik Bertelsen <erik@arhpc214.uni-c.dk> | |||
1996-01-15 | update from netbsd | Theo de Raadt | |
1996-01-15 | from netbsd: | Theo de Raadt | |
Add the "ahe" driver, autoconfiguration support for the aic7xxx-based Adaptec 2[78]4x SCSI controllers, from Michael Graff <explorer@flame.org>. Fixes PR #1594 from Noriyuki Soda <soda@sra.co.jp> in a different way. |