Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-20 | Few minor changes to make if_de work big endian on 21140 | Per Fogelstrom | |
1997-10-18 | oops | Theo de Raadt | |
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt | |
1997-10-15 | Allow setting the baud rate base from an external def | Per Fogelstrom | |
1997-10-13 | powerpc | Per Fogelstrom | |
1997-10-11 | Add 'powerpc' | Per Fogelstrom | |
1997-10-11 | Modification for Big Endian systems. This driver is now usable in big endian | Per Fogelstrom | |
systems with PCI bus. The modifications were done for the new powerpc port. Most changes are done in the scripts handling storing the scripts in little endian byte order for the scripts processor in the NCR chip. | |||
1997-10-11 | power.4e - not enabling pci boards | Per Fogelstrom | |
1997-10-11 | Add macros for script byte ordering on BE machines | Per Fogelstrom | |
1997-10-10 | Add a special fix for OpenFirmware Power PC PCI. It seems that OFW shuts | Per Fogelstrom | |
down the HW by disabling it when closing the device. So we have to make sure that the board is configured to respond to memory accesses. | |||
1997-10-07 | From NetBSD: Simple conversions of audio streams, for use with the newer | Niklas Hallqvist | |
MI audio subsystem (actually one of two :-) ) coming after 2.2 | |||
1997-10-07 | the iosize is dummied to 0x666 | Michael Shalayeff | |
1997-10-07 | no, man! *probe sets iosize, according to the isa.c | Michael Shalayeff | |
1997-10-07 | should work | Michael Shalayeff | |
1997-10-07 | lpd uses 4 ports. PERIOD, no? | Theo de Raadt | |
1997-10-07 | do not modify ia_iosize, use another temporary | Theo de Raadt | |
1997-10-06 | make it comple w/ ED_DEBUG | Michael Shalayeff | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-09-30 | typecast vga_pci_match to cgmatch_t | Michael Shalayeff | |
compare pci tags w/ bcmp | |||
1997-09-30 | fix it better, use iosiz | Michael Shalayeff | |
1997-09-30 | special XXX for MDPA lpt port | Michael Shalayeff | |
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-29 | <sys/types.h> OR <sys/param.h>, BUT NOT both | Michael Shalayeff | |
1997-09-24 | Revert, as we won't have enough time to test this fully before release. | Niklas Hallqvist | |
1997-09-22 | Use vm_page_alloc_memory API. Some cleanup. | Niklas Hallqvist | |
1997-09-17 | sync | Theo de Raadt | |
1997-09-17 | more compaq products; bouyer | Theo de Raadt | |
1997-09-16 | tighten up probe printfs a bit and prepend with device name | flipk | |
1997-09-15 | AHADEBUG cleanliness | flipk | |
1997-09-15 | sync | Theo de Raadt | |
1997-09-15 | graphics chip; drochner | Theo de Raadt | |
1997-09-13 | move int error out of ifdef DKBAD, it was used elsewhere | Niklas Hallqvist | |
1997-09-13 | From NetBSD: MI stuff for DS2404 RTC | Niklas Hallqvist | |
1997-09-11 | Driver for ISA EtherExpress Pro/10 ethernet card. | gene | |
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu). | |||
1997-09-11 | cd_play/acd_play() were replaced a while back | Theo de Raadt | |
1997-09-11 | add sc_no_disconnect | kstailey | |
1997-09-11 | sync with netbsd | kstailey | |
1997-09-09 | Code imported from NetBSD. -moj | Mats O Jansson | |
1997-09-07 | From NetBSD: | Todd C. Miller | |
Add QUIRK_NOTAGS quirk type and quirk for HP C372. Print quirks (other than QUIRK_NOMSG) for a device when it is config'd. | |||
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-22 | do not check for sc_ioctl in mmap call | Theo de Raadt | |
1997-08-22 | nbits should probably actually be initialized. | Jason Downs | |
1997-08-20 | Wavelan code rolled out. It works, but there are copyleft problems. | Angelos D. Keromytis | |
1997-08-20 | Fix for some stupid ne2000 clones that get into a weird state and | Todd C. Miller | |
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de> | |||
1997-08-19 | - add wavelan files in files.pcmcia | Angelos D. Keromytis | |
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis()) | |||
1997-08-19 | SANYO CRD-254P has AQUIRK_NOCAPACITY | Theo de Raadt | |