Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-20 | regen | chuck | |
1997-03-20 | - add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they | chuck | |
correspond to the ANA numbers... certainly includes ANA-5940. - add Efficient Nets product 0x0000. according to linux pci.h the 0x0000 is an FPGA version of the midway card and the 0x0002 is the ASIC version. | |||
1997-03-17 | Serial console trouble again... | Per Fogelstrom | |
1997-03-12 | The stupid "use console before configured" scheeme strikes again :-) | Per Fogelstrom | |
1997-03-12 | Need this for arc/pci... | Per Fogelstrom | |
1997-03-12 | Mips ARC systems (hmmm..) can also have PCI buses... | Per Fogelstrom | |
1997-03-12 | Add a define for another compatible chip. | Per Fogelstrom | |
1997-03-06 | Initial implementation of support for calling hardpps() on carrier enable | Thorsten Lockert | |
1997-03-06 | Add control flag to call hardpps() on carrier change | Thorsten Lockert | |
1997-03-03 | Sync with NetBSD which is syncing with FreeBSD, whee! | Todd C. Miller | |
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__ | |||
1997-03-01 | Corrected ISA memory mapping errors that caused PCMCIA to be broken. | Niklas Hallqvist | |
Thanks to Angelos who helped my debug this. | |||
1997-02-27 | M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpe | briggs | |
and NetBSD. | |||
1997-02-24 | We do NOT want interrupts when in polled mode. Fixes ATAPI boot | Niklas Hallqvist | |
failures. THanks go to Angelos D. Keromytis for debugging this and devising the final fix. Also correct some diagnostic printfs. Do some KNF and unmap registers on probe failure. add a delay(10) to a busy-wait loop solely depending on CPU speed earlier. | |||
1997-02-23 | Just some more KNF | Niklas Hallqvist | |
1997-02-23 | Some KNF, but more important: fix disklabels for audio CDs + | Niklas Hallqvist | |
preliminary support for multi-session CDs although the ISO9660 spoofing must be remade for that to really work. | |||
1997-02-23 | #ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__) | Todd C. Miller | |
1997-02-23 | Fix mem leak, count partitions (tracks) right for audio disklabels. ↵ | Niklas Hallqvist | |
Partition offset & sizes still worng in this case though. | |||
1997-02-23 | Audio CDs were read as data CDs before, which broke audio. | Niklas Hallqvist | |
This change fixes that and tries to make sane disklabels for audio disks, however it fails at that, but I think the fix is good enough to go in. Hopefully the disklabel will be really fixed tomorrow. | |||
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-02-19 | NS DP875x series clock chip definition file. | Per Fogelstrom | |
1997-02-13 | Remove statics to ease DDB debugging | Niklas Hallqvist | |
1997-02-13 | riscpc++ | Per Fogelstrom | |
1997-02-06 | Changes to ramdisk driver to support disklabels. Work done by Theo. | Dale S. Rahn | |
This will require changes for each machine type. changes to MAKEDEV, suggest treating rd like sd --- sd*|vnd*|ccd*|rd*) ... rd*) name=rd; blk=17; chr=17;; --- Make certain that majors and minors are correct conf.c add a entry in cdevsw for rd (previously was only in bdev) --- cdev_decl(rd); ... struct cdevsw cdevsw[] = { ... cdev_disk_init(NRD,rd), /* 17 ram disk driver*/ --- other changes to how rdconfig is called may be appropriate, it must now be configured using the "raw" parition typically 'c'. | |||
1997-02-04 | Make sure arc4random gets initialized eventually. | dm | |
1997-02-01 | put an harmless waring behind an DIAGNOSTIC | Thomas Graichen | |
1997-01-31 | off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de | Theo de Raadt | |
1997-01-31 | if error, b_resid = b_bcount | Theo de Raadt | |
1997-01-29 | Export comdefaultrate | Niklas Hallqvist | |
1997-01-29 | Match com changes. | Jason Downs | |
1997-01-26 | Some more KNF | Niklas Hallqvist | |
1997-01-26 | Fixed a busification bug (some may well remain), as well as some KNF issues | Niklas Hallqvist | |
1997-01-24 | bug fix: | chuck | |
- if aal5 frame has a CRC error then the length field in the aal5 trailer may not be valid, so we can not use it [and we must dump the frame] [Yuhang Sun <sunyh@dworkin.wustl.edu> & chuck@ccrc.wustl.edu] | |||
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist | |
1997-01-24 | Sync with NetBSD 960123 | Niklas Hallqvist | |
1997-01-23 | changed aicprint() to scsiprint() | flipk | |
1997-01-22 | back out bounce buffer fixes until i get them working 100% | Theo de Raadt | |
1997-01-22 | only go into wide scsi mode if the card supports it | Theo de Raadt | |
1997-01-17 | add tag | kstailey | |
1997-01-17 | ncr_print() -> scsiprint() | kstailey | |
1997-01-16 | ahaprint() & btprint() -> scsiprint() | kstailey | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-15 | moved init of ret in randomioctl() to better location | kstailey | |
1997-01-15 | added prototypes, made some functions static, removed unused variables | kstailey | |
now compiles with -Werror -Wall -Wstrict-prototypes | |||
1997-01-15 | extra braces to prevent warning about missing braces | kstailey | |
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt | |
to 8 internally so that drivers do not need to init it for regular scsi :-) | |||
1997-01-15 | more missing prototypes and other warnings fixed | kstailey | |
1997-01-15 | prevent this warning: | kstailey | |
rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall | |||
1997-01-15 | added prototypes | kstailey | |
1997-01-13 | small changes to get it compiled on the pmax (does'nt affect anything else) | Thomas Graichen | |
1997-01-05 | Remove lots of timer_state structs as they just ate memory and only a few was | Niklas Hallqvist | |
ever used. Now a single state is kept for net, tty and disk events resp. Also, call the randomness from disk_unbusy instead of biodone, as biodone gets a lot of virtual events (from virtual filesystems etc), and as a bonus: feed xfer time and size into the entropy pool too. |