Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-17 | Go ahead and enable upa0 at mainbus0 | Jason Wright | |
2002-06-17 | and more uftdi kernel breaking crap here. Geez | Theo de Raadt | |
2002-06-17 | Who the HELL commited this thing which breaks kernels? Get your act | Theo de Raadt | |
in gear! | |||
2002-06-17 | Add UK keymap (tested on PBG4). Since it doesn't have a # key, do like | Anil Madhavapeddy | |
MacOS X and map it to Option-3. ok maja@ | |||
2002-06-16 | Oops, uncomment wsdisplay at vga, commented out by mistake last time. | Miod Vallat | |
2002-06-15 | Decruftification. | Artur Grabowski | |
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable. | |||
2002-06-15 | add my name here as suggested by jason@ | Federico G. Schwindt | |
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-14 | support for getting the cpu type through sysctl, same as on sparc. | Artur Grabowski | |
2002-06-14 | ifdef SUN4 ? yeah, right. | Artur Grabowski | |
2002-06-14 | sysctl for getting the cputype. | Artur Grabowski | |
2002-06-13 | start/size might have ben used uninitialized in case | Michael Shalayeff | |
pcibios was not compiled in and cardbus needed an mem allocation. we were away w/ this before because in most configurations cadbus require pcibios configured into the kernel. dale found it. | |||
2002-06-12 | pci revision is in the class field, not the id (some ppl just refuse to ↵ | Michael Shalayeff | |
follow the rules)' pt out by patrik@lindergren.com | |||
2002-06-12 | bdevtomaj worked well, but is no longer needed. | Hugh Graham | |
2002-06-12 | No longer need these getdev routines. | Hugh Graham | |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat | |
do it in those consoles either. | |||
2002-06-12 | Remove some #if 0 cruft. | Artur Grabowski | |
2002-06-12 | add mmap implementation and skeleton interrupt mapping | Jason Wright | |
2002-06-11 | Fix (include sys/pciio.h) | Jason Wright | |
2002-06-11 | s/pcitag/sc_pcitag so it compiles (sorry matthieu) | Jason Wright | |
2002-06-11 | use a correct test, ok art@ | Peter Stromberg | |
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb | |
`that returns the bus:dev:func PCI id of the device. ok jason@. | |||
2002-06-11 | Prune some more dead code. | Hugh Graham | |
2002-06-11 | never allow uncached mappings to pmap_kenter_pa | Artur Grabowski | |
2002-06-11 | More registers | Jason Wright | |
2002-06-11 | remove call to debugger | Jason Wright | |
2002-06-11 | add schizo (disabled) and upa (disabled) and creator at upa | Jason Wright | |
2002-06-11 | nuke unused stuff | Artur Grabowski | |
2002-06-11 | add upa and creator at upa | Jason Wright | |
(neither of which work correctly, but hey, it's a starting point) | |||
2002-06-11 | UPA driver for the Blade1000 | Jason Wright | |
2002-06-11 | UPA attachment for creator | Jason Wright | |
2002-06-11 | Nuke unused function. | Hugh Graham | |
2002-06-11 | Oops, no need for 1k lpgsz support on the ramdisk. | Hugh Graham | |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham | |
Some header syncing and a couple network drivers came along for the ride. Assembly files have been renamed from .s to .S to facilitate diffs. Kernel is backwards compat - with manual interaction. OpenBSD features have been preserved. | |||
2002-06-11 | Recognize more v9 branches when stepping | Marcus Watts | |
2002-06-11 | add umidi, but commented out since I don't have anything to test | Nathan Binkert | |
2002-06-11 | add umct, but commented out since it hasn't been shown to work. | Nathan Binkert | |
2002-06-11 | split creator driver into bus specific and common code. | Federico G. Schwindt | |
requested and ok by jason@ | |||
2002-06-11 | Remove upa_softc from here (it will return, but it's in the way for now) | Jason Wright | |
2002-06-11 | err(3) appends a newline already; ok miod@ | Jason Peel | |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat | |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat | |
2002-06-11 | define IPL_STATCLOCK | Artur Grabowski | |
2002-06-11 | define IPL_STATCLOCK. | Artur Grabowski | |
2002-06-11 | No need to cdev_decl(ugen) twice. | Miod Vallat | |
2002-06-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn | |
2002-06-11 | ... but ucom can not be used as a console, oops. Me needs more booze. | Miod Vallat | |
2002-06-11 | Correct com vs ucom cut-n-paste thinko. | Miod Vallat | |
2002-06-11 | Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. | Miod Vallat | |
And yes, they are different macros with different results. |