Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-15 | interrupt guts | Michael Shalayeff | |
2000-08-15 | +files.mii for ep | imp | |
2000-08-15 | locore.S and we have no SFILES at the moment | imp | |
2000-08-12 | use osf sigcode for compat_osf1 | Eric Jackson | |
2000-08-12 | add osf1 specific sigcode, from NetBSD | Eric Jackson | |
2000-08-11 | disable userland TCS access on winchip C6, it is busted; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-08 | print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.no | Michael Shalayeff | |
2000-08-08 | make them all use new PCIBIOS stuff | Theo de Raadt | |
2000-08-08 | sync w/ netbsd almost -current code (; | Michael Shalayeff | |
fixes quite a few problems. adds new option PCIBIOS_ADDR_FIXUP. numerous extra fixes by me, also pointed out by other ppl, such as avoid panics, ifdef on pciverbose, not diagnostic, some other smaller knits; some have been forwarded back to netbsd developers, some will go soon too. | |||
2000-08-08 | pretty print | Theo de Raadt | |
2000-08-08 | more glitz | Theo de Raadt | |
2000-08-08 | GENERIC is what we really use | Theo de Raadt | |
2000-08-07 | add a couple of examples, and generally elaborate more on the subject | Michael Shalayeff | |
2000-08-07 | nix IPX | Theo de Raadt | |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | $OpenBSD$ | Niklas Hallqvist | |
2000-08-05 | pasto | Niklas Hallqvist | |
2000-08-04 | enable sfb/cfb/tga and compat_osf1. make it compile without mods. | Eric Jackson | |
2000-08-04 | convert sfb and cfb to use new wscons; from NetBSD. | Eric Jackson | |
2000-08-03 | Fixes to bus dmamem code. | Dale S. Rahn | |
(Fixed by replacing the code with the version from the i386 port.) | |||
2000-08-02 | permit build with HZ user-defined; <wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-08-02 | pcic* at pci | Theo de Raadt | |
2000-08-02 | add gdt & dmphy where needed | Theo de Raadt | |
2000-08-02 | update n-rcsids | Michael Shalayeff | |
2000-08-02 | add yauc about fips; also some ugly spaces | Michael Shalayeff | |
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron Campbell | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. | |||
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-07-31 | Correction for legacy interrupt controller attachment. | Dale S. Rahn | |
The previous change would incorrectly allow the macintr interrupt controller to configure for the openpic interrupt controller. | |||
2000-07-28 | First cut at supporting older bandit based machines | Dale S. Rahn | |
Adds mesh scsi, changes to interrupt controller to allow preconfiguration of interrupts. Mesh work by Andy. | |||
2000-07-28 | Config changes to be closer to supporting older bandit based systems. | Dale S. Rahn | |
Openfirmware does not have entries for the interrupt controller. | |||
2000-07-28 | Dont force htab size to be fixed size, allow system to define size. | Dale S. Rahn | |
2000-07-28 | Allow device type or name to be used for locating the pci bridge. | Dale S. Rahn | |
Should allow configuration of bandit in older powermac machines. | |||
2000-07-28 | size htab according to system memory size, not constant in header file. | Dale S. Rahn | |
2000-07-27 | do not print anything before console has been set | Michael Shalayeff | |
2000-07-27 | fix espie@'s screwup; frenchies can't type! noticed by aaron@ | Michael Shalayeff | |
2000-07-26 | correct constraints for __{in,out}c(); from Hiroki Nakano <cas@trans-nt.com> | Michael Shalayeff | |
2000-07-26 | proper busy/idle handling; pointed out by marc@ | Michael Shalayeff | |
2000-07-25 | allow compiling -DDEBUG w/o apm0 in he config; pointed by cleb <cb@hert.org>. | Michael Shalayeff | |
also, print console device and speed before switching to the new console. | |||
2000-07-25 | remove debugging stuff i commited by accident | Theo de Raadt | |
2000-07-22 | art's typo, getting fed up of these. | Marc Espie | |
2000-07-21 | convert to new timeouts | Michael Shalayeff | |
2000-07-20 | add fms & auvia, so that people test it | Theo de Raadt | |
2000-07-20 | Revert to old vm, now that it builds again. | Marc Espie | |
UVM on amiga is definitely NOT READY for prime time yet. | |||
2000-07-19 | new timeouts; tested | Michael Shalayeff | |
2000-07-19 | Blink with new timeouts. | Artur Grabowski | |
2000-07-19 | unnecessary declaration of ttrstrt | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | Use new timeouts for the led intr timeout. | Artur Grabowski | |
2000-07-19 | Convert to use new timeouts. | Artur Grabowski | |
Use the t_rstrt_to provided by tty.h. | |||
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. |