Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-07 | XXX two horrible abuses of spl. | Artur Grabowski | |
2001-01-25 | spelling | Todd T. Fries | |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell | |
"i's" I guess). | |||
2000-12-15 | ITE_INGRF checks needed, from NetBSD. | Marc Espie | |
Reported by Lars Hecking. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-09-02 | Amiga joystick driver. Stylistic comments by Niklas. | Marc Espie | |
Missing documentation yet. | |||
2000-07-22 | art's typo, getting fed up of these. | Marc Espie | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-05-28 | UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc. | Artur Grabowski | |
2000-05-27 | Need to include <vm/vm.h> for round_page. | Artur Grabowski | |
2000-04-28 | Nicer ite3 console. | Marc Espie | |
- sanitize the RGB swapping code, - add limited color support, ala old vt220, - nicer color scheme (whitish text, white bold, blue italic, red cursor...) | |||
2000-02-29 | This one is for jj: The AriadneII driver, adapted from Bernd Enesti's | Niklas Hallqvist | |
NetBSD driver | |||
2000-01-24 | Amiga HW clock code was not Y2K compliant. | Marc Espie | |
Fix (from netbsd). | |||
1999-11-05 | ite screen blanker, set to 10 minutes by default. | Marc Espie | |
(niklas@ finally looked at the code) | |||
1999-07-27 | s/disk_pages/scsi_disk_pages/ | Niklas Hallqvist | |
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-03-08 | Tweak horizontal frequency higher so that fringe case (basic SVGA + old | Marc Espie | |
picassoII) work. | |||
1999-03-01 | Add extra pixel to 'l', so that it no longer looks like a '|' | Marc Espie | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-11-03 | Update audio_hw_if. | Jason Downs | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-08-04 | fix type of resid in debugging printf | Todd C. Miller | |
1998-07-19 | do not force single if rd root | Theo de Raadt | |
1998-04-26 | Get audio framework from MI-land, scrap the local variant. Some NetBSD merging | Niklas Hallqvist | |
1998-04-17 | s/inline/__inline/ for X11's sake (-ansi) | Niklas Hallqvist | |
1998-03-01 | make int explicit for GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall + a little KNF | Niklas Hallqvist | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-23 | Some NetBSD merge changes I have had lying around for quite a while | Niklas Hallqvist | |
1998-02-22 | This has been in my tree for a *very* long time. cua devices like on | Niklas Hallqvist | |
the com devices and sparc zs ones. This replaces the old broken dialin/out mechanism. | |||
1998-02-22 | Merge in NetBSD changes (HUPCL handling and providing current speed | Niklas Hallqvist | |
for SCSI drivers to check) | |||
1998-01-15 | Stupid merge error. Thanks to Michael Shuldman <michaels@eunet.no>. | Niklas Hallqvist | |
1998-01-08 | Rename to if_le_zbus.c. Done behind cvs' back. | Niklas Hallqvist | |
1998-01-07 | Put back old Ariadne support, save new merged le driver until later | Niklas Hallqvist | |
1997-10-07 | NetBSD's new MI audio framework, but still only available for amiga, | Niklas Hallqvist | |
after release it will replace our old MI stuff. Things brings audio to amiga out-of-the box. | |||
1997-09-18 | Merge of NetBSD changes upto last week or so, with the exception of stand/ | Niklas Hallqvist | |
1997-09-11 | from NetBSD: new and altered devices, some reorg | Niklas Hallqvist | |
1997-09-11 | from NetBSD: Do not go to spl0 while polling | Niklas Hallqvist | |
1997-09-10 | indentation from NetBSD | Niklas Hallqvist | |
1997-09-10 | more s/amiga_/m68k_/ from NetBSD | Niklas Hallqvist | |
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-05-29 | We are OpenBSD | Niklas Hallqvist | |
1997-05-29 | Correct comment | Niklas Hallqvist | |
1997-05-14 | ramdisk support, forgot this last round | Niklas Hallqvist | |
1997-02-21 | Bring closer to the ISA version by dropping the use of a structure for | Niklas Hallqvist | |
accessing fields in the shared mem, and fixing the packet length check. Slight cleanup otherwise. | |||
1997-01-18 | Use scsiprint | Niklas Hallqvist | |