Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-04 | added support for the TIOCM* ioctl's | Jason Wright | |
1998-03-01 | Fixed declaration of iorqno in xd_piodriver(), | johns | |
should have been int, used to be a char. Prototype for xd_piodriver() also said int.. Fix required for gcc 2.8 ... | |||
1998-02-05 | sync with netbsd: 4/300 dma fix | Jason Wright | |
1998-02-05 | oops, need include file | Theo de Raadt | |
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-01-28 | Undo the 4/300 dmaselect hack and fix it correctly | Jason Wright | |
1998-01-14 | For some reason the 4/300 doesn't like ncr53c9x_dmaselect. | Jason Wright | |
Added code to check to see if parent device == obio, if so, disable dmaselect More research to be done here for a real fix (if possible) | |||
1997-12-23 | use raster console by default since the sun prom is buggy. | chuck | |
1997-11-11 | blush! | Niklas Hallqvist | |
1997-11-11 | whoops typo in last commit + accept 0 in col/row values on sun4 mean full sz | Niklas Hallqvist | |
1997-11-11 | Limit the console size by the frambuffer size. My 4/100 seems | Niklas Hallqvist | |
to lie about the console size | |||
1997-09-20 | only eject root floppies | Theo de Raadt | |
1997-09-17 | NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply to | Jason Downs | |
us. Includes some pmap changes, for which I don't have the original commit message(s) handy. | |||
1997-09-01 | Thanks go to Jason Downs <downsj@openbsd.org> who virtually handed me this | Todd T. Fries | |
patch. | |||
1997-08-25 | Implement LED blinking as a run-time configurable option via the sysctl | Jason Downs | |
machdep.led_blink. Rename auxreg.h because we need config to generate one now. | |||
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 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled. | |||
1997-07-13 | Sync with the new audio changes. | Angelos D. Keromytis | |
1997-06-25 | Kill unused variables. | Jason Downs | |
1997-06-25 | remove unused variable | Jason Downs | |
1997-06-24 | New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved, | Jason Downs | |
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...) | |||
1997-06-22 | Fix comment. | Jason Downs | |
1997-06-22 | Allow powerdown() to be blindly called on machines with no power device. | Jason Downs | |
1997-06-20 | Fixes OpenBSD PR kernel/230: system kernel sparc, submitted by | grr | |
russ@madhaus.utcs.utoronto.ca (Russell P. Sutherland). Kernel compile errors when AUDIO_C_HANDLER is defined, due to a syntax error: *(foo->bar)++ is an odd bit of coding. | |||
1997-05-30 | Inhbit the silly "Insert fileystem floppy" message when booting from floppy | grr | |
and root isn't really going to be mounted on the floppy, i.e. ramdisk... | |||
1997-05-11 | don't config the floppy on Sun4m's, since the the driver isn't right and ↵ | grr | |
doing anything near the floppy blows the system | |||
1997-05-07 | Turn off si driver's dma by default. Unfortunately, DMA doesn't work. | gene | |
1997-04-02 | use FDPART(), limit drives to 2 to avoid dev_t problems; ↵ | Theo de Raadt | |
grr@shandakor.tharsis.com | |||
1997-04-02 | clear correct structure, PR#144, grr@shandakor.tharsis.com | Theo de Raadt | |
1996-12-06 | repair max sectors | Theo de Raadt | |
1996-12-05 | mirror isa fd driver in disklabel handling | Theo de Raadt | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-06 | give floppies real partitions | Theo de Raadt | |
1996-08-13 | Revert back to Theo's eeprom.h. | Jason Downs | |
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-08-12 | one last fix | Theo de Raadt | |
1996-08-12 | Missed a couple things and blew something away by accident. | Jason Downs | |
1996-08-12 | Revert part of that last change; mapdev()/mapiodev() should be done all at | Jason Downs | |
once. | |||
1996-08-12 | Merge revs 1.2 through 1.3: counter, mapiodev. | Jason Downs | |
1996-08-12 | Merge the rest of our changes; mostly just softc changes in order to support | Jason Downs | |
more devices, more cleanly. | |||
1996-08-11 | Merge back rev 1.5: always set mouse to B1200. | Jason Downs | |
1996-08-11 | A couple slight changes, revs 1.1 through 1.3. | Jason Downs | |
1996-08-11 | Merge back revs 1.2 and 1.3. | Jason Downs | |
1996-08-11 | Merge back revision 1.2. | Jason Downs | |
1996-08-11 | Merge back revisions 1.2 through 1.4. | Jason Downs | |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt | |
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | sbus glue for "en" ATM device (only works on sun4c due to lack of support | chuck | |
for IOMMU) | |||
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-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!). |