Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-24 | initialization error; joel@wmi.com | Theo de Raadt | |
1998-06-08 | am7990 is a chip | Theo de Raadt | |
1998-05-28 | Sync with NetBSD: | Jason Wright | |
Allocate SCSI message buffers in ncr53c9x_attach(), with a provision for front-ends to override the allocation to avoid alignment handling in their DMA engines. Note that that ncr53c9x_msgout() can request a 1 byte DMA transfer that would be difficult to break up. Eliminate the degenerate loop in `ncr53c9x_intr()'. Retain the delay heuristic it implemented under the label `shortcut:' and only use it in these cases: (1) after successful re-relection, (2) after receiving command-complete status, and (3) during message-in handshake. If we have an NCR53CF9x (indicated by the front-end by setting a flag in the softc's new "features" word), set FSCSI bit in CFG3 if the sync period is <= 200ns, or clear it otherwise. | |||
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-14 | * Better support for XR16C850. | Jason Downs | |
* Copyright. | |||
1998-05-14 | * Better XR16C850 support. | Jason Downs | |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis | |
1998-04-30 | Fix a few missing changes from the last NetBSD merge. | Jason Wright | |
1998-04-28 | do not zap media flag on SIOCSIFFLAGS; ibo@ragnarok.val-axs.net & ms@xy.org | Theo de Raadt | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-04 | ignore EEPROM_TST_MODE mode on pci cards too | Theo de Raadt | |
1998-03-25 | ppc needs a pci chip bug workaround | Per Fogelstrom | |
1998-03-24 | nicer output | Theo de Raadt | |
1998-03-24 | add isp driver from netbsd, more munging needed | Theo de Raadt | |
1998-03-09 | handle 128KB if_le chunks | Theo de Raadt | |
1998-03-01 | An actual bug the "stupid" missing braces around else clause | Niklas Hallqvist | |
warning in GCC 2.8, found. | |||
1998-02-25 | pretty print for pci cards too | Theo de Raadt | |
1998-02-23 | Please GCC2.8 | Niklas Hallqvist | |
1998-02-23 | New probe routine and support for ST16650. | Jason Downs | |
Compiles, but completely untested. | |||
1998-02-10 | sync w/netbsd | Jason Wright | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-03 | sync with netbsd | Jason Wright | |
1998-01-17 | s/defined(DEBUG)/defined(EP_DEBUG)/g | Michael Shalayeff | |
1997-11-13 | merge netbsd 1.13 | Jim Rees | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-06 | temp <machine_btop() fix | Michael Shalayeff | |
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist | |
Some files were move behind CVS back. | |||
1997-10-30 | From Jim Rees <rees@umich.edu>: remember media type | Niklas Hallqvist | |
1997-10-30 | From Jim Rees <rees@umich.edu>: remember media type | Niklas Hallqvist | |
1997-10-15 | Allow setting the baud rate base from an external def | Per Fogelstrom | |
1997-10-07 | lpd uses 4 ports. PERIOD, no? | Theo de Raadt | |
1997-09-29 | midway update: | chuck | |
[1] add EN_ENIDMAFIX - the byte-aligner on the ENI version of the card appears to lose under heavy load so avoid using it. see comment in midway.c for full details. note that the Adaptec version of the card works properly under load. detected by Kenjiro Cho <kjc@csl.sony.co.jp> [confirmed by chuck] fix by chuck & kjc [2] update some freebsd specific code [from kjc] [3] for circular buffers: ensure there is always one free slot so that we can easily tell the difference between a full and empty list. re-structure a few loops to reflect this. fixes a problem with mbufs being free'd while still in DMA, and makes drive a bit more robust. detected and fixed by kjc also, pull in the following changes from netbsd: revision 1.29 date: 1997/07/07 22:52:17; author: cgd; state: Exp; lines: +29 -22 fix static inline functions' prototypes so they're correctly marked 'inline' as well as static. mark prototypes for static inline functions as possibly unused (with __attribute__ ((unused))), to avoid generating warnings when compiling without optimization but with most ports' default warning flags. Clean up prototype list spacing, and make it more consistent. --------------------------- revision 1.28 date: 1997/04/28 17:04:06; author: mycroft; state: Exp; lines: +2 -1 Oops; forgot to GC the last mbuf allocated when out of clusters. --------------------------- revision 1.27 date: 1997/04/24 02:25:37; author: mycroft; state: Exp; lines: +2 -2 Do not force the initial part of a packet into a separate mbuf. --------------------------- revision 1.26 date: 1997/04/24 02:24:07; author: mycroft; state: Exp; lines: +6 -3 If we fail to allocate a cluster to hold a large packet, simply drop it rather than using a chain of tiny mbufs. | |||
1997-09-16 | tighten up probe printfs a bit and prepend with device name | flipk | |
1997-09-13 | From NetBSD: MI stuff for DS2404 RTC | Niklas Hallqvist | |
1997-09-11 | add sc_no_disconnect | kstailey | |
1997-09-11 | sync with netbsd | kstailey | |
1997-09-03 | fix cua/tty locking | Theo de Raadt | |
1997-09-02 | macro fix; mason@primenet.com.au | Theo de Raadt | |
1997-08-25 | better mmap support, what fun | Theo de Raadt | |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
Apologies if this breaks anyone else using the MI ESP driver... | |||
1997-08-08 | Add hwreset callback; drivers need to set this appropiately. | Jason Downs | |
1997-08-04 | Change disable_intr()/enable_intr() to splhigh()/splx(). | dgregor | |
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug. | |||
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey | |
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |
1997-07-10 | fix vga_copycols(9) | kstailey | |