Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-07 | AMD750 Athlon chipset support for PCIBIOS_INTR_FIXUP; from minoura@jp.netbsd.org | Michael Shalayeff | |
2000-11-07 | Cleanup ctx_free wrt. 4m vs. 4c. | Artur Grabowski | |
plus some other minor cleanups. | |||
2000-11-07 | Cleanup some ifdefs in the powerdown code. | Artur Grabowski | |
2000-11-07 | Race conditions make it hard for us to know if the interrupt was for us. | Artur Grabowski | |
Return -1 instead of 0 if we did not service the interrupt. XXX - this is a horrible kludge, but should fix the stray interrupt problem that so many people have seen. | |||
2000-11-06 | tabs vs spaces | Michael Shalayeff | |
2000-11-05 | Update to reflect closer to reality. and current direction for the port. | Dale Rahn | |
2000-11-05 | Changes to print out size of L2 Cache for G4 and G3 machines. | Dale Rahn | |
It "configures" the cache, but it seemed to be configured by openfirmware previously. From NetBSD. | |||
2000-10-31 | rename pcibios.h to pcibiosvar.h | Theo de Raadt | |
2000-10-31 | Trim the fat, needs testing. | Todd C. Miller | |
2000-10-31 | ramdisk support for vax. | Hugh Graham | |
2000-10-27 | Put dc(4) cardbus attachment on floppyC, too. | Aaron Campbell | |
2000-10-27 | and angry dwarfs came on to me | Michael Shalayeff | |
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff | |
from gluk@ptci.ru; deraadt@ and niklas@ ok | |||
2000-10-26 | Remove the notion of "Copybuffer ownership" now that copybuffer contents are | Aaron Campbell | |
always cleared on logout; from Jean-Baptiste.Marchand@epita.fr. | |||
2000-10-26 | match via82c586 also on other apollo chipsets, such as VT82C585, VT82C596A, ↵ | Michael Shalayeff | |
VT82C686A; after pondering in linux code; krw@ testing; deraadt@ ok | |||
2000-10-26 | fix bpf; diagnosed by fgs | Theo de Raadt | |
2000-10-26 | Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully | Aaron Campbell | |
on four different models, including the CBEM56G-100, RBE-100 RealPort, and the RBEM56G-100 RealPort. This commit adds support only for the LAN components; the modem is not configured yet. Detach support to come. Based on work from FreeBSD, mickey@, nate@, and myself. | |||
2000-10-25 | put back using bios_pciinfo, we will rework it later on | Michael Shalayeff | |
2000-10-25 | some people may say that i suck | Michael Shalayeff | |
2000-10-25 | add pciprobe back into /boot. | Michael Shalayeff | |
it appears there are machines only equipped w/ real-mode pci bios. int time, we will benefit from this the other way around, -- we'll elliminate pci bios _calls_ in kernel instead. | |||
2000-10-25 | Wrap PCVT mouse operations in spltty(); deraadt@ ok | Aaron Campbell | |
2000-10-24 | RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag | Hugh Graham | |
underneath, so fix up netbsd tag and try again. Also tag files.vax. | |||
2000-10-24 | Verify that memory regions are always page aligned and multiple of page size. | Dale Rahn | |
The kernel does not want to deal with memory that is not page aligned. | |||
2000-10-24 | Code to emulate instructions trapped by a privinflt. | Hugh Graham | |
Currently only one instruction emulated (mostly): polyd Obtained from: NetBSD; Cleared with Theo. | |||
2000-10-23 | ok, i think all i82802-using host bridges are in here now | Theo de Raadt | |
2000-10-23 | Kbit | Theo de Raadt | |
2000-10-23 | i820 also does rng; art tested | Theo de Raadt | |
2000-10-21 | w/ help of aaron@ make it work now: | Michael Shalayeff | |
base the segment for a service returned by bios32 service directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. map only the bios32 area though. | |||
2000-10-20 | fix clean target | Theo de Raadt | |
2000-10-20 | Add Mhz to cpu information. | Dale Rahn | |
Ok'd deraadt@ | |||
2000-10-20 | Add support for ulpt, USB printers. | Dale Rahn | |
2000-10-19 | Increment version; deraadt@ ok. | Federico G. Schwindt | |
2000-10-19 | Pass SACFLAGS correctly so all files are compiled with -fpack-struct, | Federico G. Schwindt | |
fixing the help hang and making machine [boot|diskinfo|memory] working again. Closes PR #1435. Found by me, fix by mickey and i; deraadt@ ok. | |||
2000-10-19 | find RNG on i815 hub | Theo de Raadt | |
2000-10-19 | Changes to pci and if_gm to support obtaining the ethernet hardware address | Dale Rahn | |
from the pci bus. This is in preference to adding openfirmware code to the device drivers. If there was a known way of obtaining the ethernet hardware address from a eeprom or other methods that would be used, but the only known way to get this information for the Apple machines with if_gm is via openfirmware. This modifies a previous mechanism that was used to obtain similar information from different openfirmware systems, however the old mechanism would create information such as media type. This information was hardcoded into that code. Now the code only returns the actual address which is the only informatin that openfirmware provides. | |||
2000-10-19 | Clean up printfs during boot, these were unnecessary debugging prints. | Dale Rahn | |
2000-10-19 | Clean up printfs during boot, print reasonable information, not extra | Dale Rahn | |
information. | |||
2000-10-19 | remove unnecessary printf during boot. | Dale Rahn | |
2000-10-18 | Remove configure change from a couple of revisions ago, the interrupt | Dale Rahn | |
configureation change is causing system corruption that is exhibits itself in an error where X11 programs will not function correctly. | |||
2000-10-18 | round off size passed to vax_mem_bus_space_map -- | Brandon Creighton | |
anything which mapped >1 page (like asc*) wouldn't work from netbsd | |||
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-10-18 | if periodic checks return errors, stop doing so. This is a workaround for | Theo de Raadt | |
some other apm bug that happens on the SuperMicro DL3 (ServerWorks-based) | |||
2000-10-18 | before sending a character check for DSR state. | Michael Shalayeff | |
from: Martin Portmann <map@infinitum.ch> | |||
2000-10-17 | remove extra newline from printf | Hugh Graham | |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt | |
2000-10-17 | undo last commit. on some kernel links, this causes pcibios panics at | Theo de Raadt | |
startup (on ALL machines) | |||
2000-10-17 | driver for amphy from freebsd; aaron ok | Jason Wright | |
2000-10-16 | quiet these puppies down- this OpenBSD, not some callow system like NetBSD | mjacob | |
2000-10-16 | base the segment for a service returned by bios32 service | Michael Shalayeff | |
directory on absolute 0, w/ a length extending to a full megabyte, 32bit descriptor of course. this approach seems to be the most compatible. 10x to millert@ for a testbed. | |||
2000-10-16 | less newlines in verbose print | Michael Shalayeff | |