Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson | |
2001-05-13 | Honor the ddb.console sysctl. | Miod Vallat | |
2001-05-11 | unify | Theo de Raadt | |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell | |
NetBSD. deraadt@ ok | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-01-25 | spelling | Todd T. Fries | |
2001-01-04 | KNF, add prototypes to compile with -Wmissing-prototypes. | Miod Vallat | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-09-21 | Bad mickey doesn't know how to spell ``openings'' | Miod Vallat | |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff | |
2000-08-28 | Allocate memory for the correct size, not some forgotten constant | Miod Vallat | |
2000-08-28 | Always claim scsi interrupts, prevents looping interrupts (from NetBSD) | Miod Vallat | |
2000-08-28 | Use sparc version (more realistic settings) of header file for ie | Miod Vallat | |
2000-08-28 | Repair badly looking printf | Miod Vallat | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-07-02 | Silence annoying warnings when using type 4 or 5 keyboards on sun3 | Miod Vallat | |
2000-06-06 | Make si compile with non-DDB kernels | Miod Vallat | |
2000-05-02 | Add $OpenBSD$ | Miod Vallat | |
1999-05-13 | Compensate for the check for onwership of unicast packets in promiscuous | Jason Wright | |
mode being moved to if_ether.c. This is the last of the drivers hopefully. | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1997-09-11 | activate sun3 SCSI DVMA | kstailey | |
1997-08-19 | sun3 is back up | kstailey | |
1997-08-19 | temporary work around | kstailey | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey | |
Chris Jones via Gene Skonicki. | |||
1997-04-29 | turn off DMA, it doesn't work | kstailey | |
1997-01-16 | siprint() -> scsiprint() | kstailey | |
1997-01-16 | all modified code can now compile with -Werror -Wall -Wstrict-prototypes | kstailey | |
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files | |||
1997-01-07 | backed out prev. netbsd merge except for smaller proc table | kstailey | |
1996-12-31 | sync with 17-Dec-1996 | kstailey | |
1996-12-27 | merged into if_le.c | kstailey | |
1996-11-24 | removed ref to bitmask_snprintf() | kstailey | |
1996-11-24 | remove bogus diagnostic | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD | kstailey | |
1996-10-12 | use my eeprom.h with sun-alike definitions | Theo de Raadt | |
1996-10-11 | sync + our changes | Theo de Raadt | |
1996-08-12 | repair XDC_HWAIT macro to handle the fact that waithead is now | chuck | |
unsigned. should fix xdc watchdog timeouts noted in port-sparc by nathanw@mit.edu. | |||
1996-05-06 | remove unused files, conserning to the last sync | Michael Shalayeff | |
1996-05-05 | add 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-03 | sync with 0430. | Michael Shalayeff | |
1996-03-04 | Fix two bugs reported by Don Koch <aardvark@poirot.krl.com>(NetBSD PR#216{8,9}) | chuck | |
[1] check return value from malloc() for NULL before trying to bzero it. [2] use "=" rather than "|=" when writing to CSR (otherwise you may ACK something you don't mean to!). | |||
1996-02-21 | sync with sparc: | chuck | |
minor clean up: revise locations of disk_busy/disk_unbusy calls to match xd.c | |||
1996-02-08 | - moved disk_busy() call from xdstrategy() to xdc_startbuf() | chuck | |
[prevents disk_unbusy panic when disk is loaded (if no free IOPBs, xdstrategy() would queue the buffer for pickup by xdcintr() but xdcintr() would never call disk_busy(). xdc_startbuf() is a better place since all bufs are routed through here] problem detected by girish@dworkin.wustl.edu, diagnosed and corrected by me. - move disk_unbusy() call in xdc_remove_iorq() before the call to XDC_FREE() [don't want to access a data structure that was just put on a free list] |