Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-04 | Add DIOCGPDINFO support | 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-08-04 | fix resid wrt debugging printf | Todd C. Miller | |
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-05-07 | don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the ↵ | Todd C. Miller | |
generic scsi system | |||
1998-05-02 | If computed value for d_nsectors truncated to 0, set it to 32 and | Todd C. Miller | |
adjust d_ncylinders instead of just setting d_nsectors to 1 (which is not useful for putting a filesystem on a device). | |||
1998-05-02 | Fix problem with zip drive correctly this time. The real deal is | Todd C. Miller | |
that the hp300 scsi subsystem does not glean d_secpercyl from the device so we have to calculate a reasonable value. In the case of a zip drive, the calculated value gets truncated to zero. This change adds a sanity check and forces the calculated d_secpercyl to be >= 1. Also includes some minor code reorg. | |||
1998-04-30 | Only use scsi geometry to fake up a label if we were able to get | Todd C. Miller | |
the capacity. Fixes a panic with fictitious labels on zip drives. | |||
1998-04-25 | set d_bbsize and d_sbsize in spoofed label to values correct for ffs | Todd C. Miller | |
1998-03-27 | fictious disklabels for hpib disks we have in the table. | Todd C. Miller | |
1998-03-27 | fictitious disklabels for scsi disks | Todd C. Miller | |
1998-03-15 | please gcc 2.8.1 #ifdef DEBUG | Todd C. Miller | |
1998-03-06 | Keep gcc from addint an implicit memset() behind our back. Thanks | Todd C. Miller | |
to Niklas and Theo for help in tracking down what was going on. | |||
1998-03-06 | Please gcc 2.8 | Todd C. Miller | |
1998-03-06 | please gcc 2.8 | Todd C. Miller | |
1997-10-06 | Set da_id to DIO_DEVICE_ID_IHPIB if this is an internal hpib controller. | Todd C. Miller | |
Prevents nhpib0 from getting probed as dca1 on an hp400. | |||
1997-09-14 | callout support sync, from Theo. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-07-14 | cua devices for all! | Jason Downs | |
1997-07-13 | sync to NETBSD_CURRENT_970711. | Jason Downs | |
1997-07-06 | Sync with changes from NetBSD, up to 970705. | Jason Downs | |
This includes all of the new frodo drivers, from Michael Smith, hacked up by Jason R. Thorpe; other changes, mostly configuration and/or m68k abstraction related, from Thorpe. A few others of my own. This compiles and runs, have not yet tested Domain kbd or apci ports. | |||
1997-07-02 | Adjust selection time out (all of my devices still work, does everyone elses?) | Jason Downs | |
1997-04-20 | Pull in systm.h, need printf() prototype. | Jason Downs | |
1997-04-20 | Make -Wall work. | Jason Downs | |
1997-04-16 | Merge portions of NetBSD up to 970415. | Jason Downs | |
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me. | |||
1997-03-26 | sync | Jason Downs | |
1997-03-26 | Merge changes from NetBSD, up to 3/19/97; undoes some local changes. | Jason Downs | |
Changed to match new arch/m68k code. genassym.cf is currently just a place holder. | |||
1997-03-11 | sync | Jason Downs | |
1997-03-07 | Support LAN cards with the REM bit set. | Jason Downs | |
1997-02-16 | Fix autoconfiguration code, so that it can actually boot from pdevs. | Jason Downs | |
1997-02-16 | Add initial ram disk support. | Jason Downs | |
1997-02-10 | Kill COMPAT_NOLABEL. It is not appropiate in the modern world. | Jason Downs | |
1997-02-10 | Support 16 partitions. | Jason Downs | |
1997-02-07 | Changed hdintr() to hdinterupt() so it won't interfere | dima | |
with HDLC stuff we have. | |||
1997-02-06 | Use the font ROM size, instead of hard coding one. | Jason Downs | |
1997-02-05 | Non-console ITE devices need to be initialized properly, too, ya know. | Jason Downs | |
Add enough glue to the aux attach structure to do so, and teach all the device drivers how to set it. This fixes the last ITE panic I know of... | |||
1997-02-05 | If tty structure has not been initialized, don't dereference it. | Jason Downs | |
1997-02-04 | More changes of carrel@netbsd.org's that I missed. | Jason Downs | |
1997-02-04 | checkpoint: pull in spl() changes from NetBSD, and more siginfo. | Jason Downs | |
1997-02-03 | rd -> hd | Jason Downs | |
1997-02-03 | Merge new config(8) support from NetBSD, by Jason Thorpe. | Jason Downs | |
Also add siginfo glue, BOOT_CONFIG, and various other changes. | |||
1997-01-13 | fix DIO-II mappings, NetBSD PR#3097. | Jason Downs | |
1997-01-12 | Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single | Jason Downs | |
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support | |||
1996-06-25 | emul_native | Theo de Raadt | |
1996-06-23 | sync to 0622 | Theo de Raadt | |
1996-05-27 | native emul is now called "native" | Theo de Raadt | |
1996-04-25 | sync w/ Net 960424 | Michael Shalayeff | |
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-12 | from netbsd: | Theo de Raadt | |
Kludge around a case where a flaky HP-IB disk might be slow to respond to the identification request in rdmatch(). Similar in spirit to a patch from Jason Downs (written eons ago), but limited to the broken device we're trying to reach. My patch tested (and fixed :-) by Herb Peyerl. |