Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-09 | requesting tty and net soft interrupts does not mean requesting a clock | Dale S. Rahn | |
soft interrupt. | |||
1998-10-07 | Fix trigger level initializations; fixes mouse for XFree86. | Jason Downs | |
1998-10-06 | ne driver, rm old NetBSD COMPAT_s and ISA VGA | kstailey | |
1998-10-05 | Obsoleted by new ISA drivers, finally | Niklas Hallqvist | |
1998-10-05 | Update the API to be more compatibe with NetBSD, but also add new extensions: | Niklas Hallqvist | |
bus_sapce_{read,write}_raw_region_[248] a la the raw_multi variants. These last ones are not yet used. | |||
1998-10-04 | Align columns on we,ec & ne entries | Niklas Hallqvist | |
1998-10-04 | Use we,ec,ne | Niklas Hallqvist | |
1998-10-04 | Remove remnicients of if_ed | Niklas Hallqvist | |
1998-10-04 | oops | Todd C. Miller | |
1998-10-04 | No more name clashes since ed disappeared from the isa world | Niklas Hallqvist | |
1998-10-04 | typo | Niklas Hallqvist | |
1998-10-04 | remove default partition table code, disklabel can do a far better job than ↵ | Todd C. Miller | |
the kernel in this | |||
1998-10-04 | if the 'c' partition lacks a size, give it a reasonable one | Todd C. Miller | |
1998-10-04 | DIOCGPDINFO support | Todd C. Miller | |
1998-10-04 | make sure there is a reasonable 'c' partition | Todd C. Miller | |
1998-10-04 | pmax kernels have problems with -O2 so use -O | Todd C. Miller | |
1998-10-04 | Add DIOCGPDINFO support | Todd C. Miller | |
1998-10-04 | Use a sensible 'c' partition for spoofed labels. | 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-10-02 | Fixed multicast filter setup. | Jason Wright | |
1998-10-02 | These have been tested by emory@hellyeah.com | Niklas Hallqvist | |
1998-10-01 | add some scsi | Michael Shalayeff | |
1998-09-30 | Fix ERESTART bug introduced with trapframes | Per Fogelstrom | |
1998-09-30 | Fix ERESTART bug introduced with trapframes | Per Fogelstrom | |
1998-09-30 | they must be here | Michael Shalayeff | |
1998-09-30 | mo'em | Michael Shalayeff | |
1998-09-29 | add adv* | Theo de Raadt | |
1998-09-29 | allow a kernel w/o DDB but with ksyms to link | Todd C. Miller | |
1998-09-29 | more lif types | Michael Shalayeff | |
1998-09-29 | sync; fixes; cleanup | Michael Shalayeff | |
get rid of those obscuring commands use device finger/mapper, thus rewrite devopen | |||
1998-09-29 | get rid of those obscuring constants | Michael Shalayeff | |
1998-09-29 | add iodcstrategy() -- generic strategy through IODC routine | Michael Shalayeff | |
add device finger/mapper | |||
1998-09-29 | lot more debug | Michael Shalayeff | |
1998-09-29 | sync | Michael Shalayeff | |
1998-09-29 | some exec_debug; hpux compatible kernel call) | Michael Shalayeff | |
1998-09-29 | there is only one strategy routine: iodcstrategy | Michael Shalayeff | |
1998-09-29 | more used, less unused | Michael Shalayeff | |
1998-09-29 | remove unused extern | Michael Shalayeff | |
1998-09-29 | add twiddle(), so it'll twiddle | Michael Shalayeff | |
1998-09-29 | update config | Michael Shalayeff | |
include (gzipped) diskless kernel if compiled in LIF volume | |||
1998-09-29 | 'acceppt gzip files for lif | Michael Shalayeff | |
1998-09-29 | hp700 devices/boards listing; compiled from different sources; incomlete | Michael Shalayeff | |
1998-09-29 | 3 real devices: | Michael Shalayeff | |
lpt com (16550a uart) -- requires dev/ic/com.c split (isa, multi) fdc (wd3765) -- requires dev/ic/fdc.c w/ isa-isms removed no fd.c yet, since it needs dma. i'll keep those missing parts for later time, since i've not tried 'em on other archs. | |||
1998-09-28 | Remember the status of the aui/tp bit, and reset it and wait | Jason Wright | |
appropriately during lehwreset(); idea from pk@NetBSD | |||
1998-09-28 | Avoid a really stupid APM-related panic. | Jason Downs | |
Someone who knows about this crap should figure out why calling apm_set_powstate() after it's already failed once causes a vm_fault() crash. | |||
1998-09-28 | don't use bcopy to get the tx_flags value, get it directly | Jason Wright | |
1998-09-28 | Add Trident 9750 | Jason Downs | |
1998-09-28 | introduce attribute 'ifmedia' which means 'this particulariface | Michael Shalayeff | |
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one! | |||
1998-09-27 | yes i don't need 0.9 and 1.0 compat, ever | Michael Shalayeff | |
1998-09-27 | some inline | Michael Shalayeff | |