summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/include to macppc/include Some files were not "moved" but wrapper files were created which include the powerpc/include version. Several of the powerpc/include files where changed to reflect that they are POWERPC_* not MACHINE_*.
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/powerpc to macppc/macppc This moves hardware specific files from the common directory to the platform specific directory. This leaves common files. With this change all of the debugger (db_) files have been moved to the platform specific directory. The debugger should be reconsidered and commonized.
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/compile to macppc/compile
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand to macppc/stand
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/boot.mac to macppc/stand/boot.mac These files are the bootloader for the older Openfirmware, not currently supported.
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/mbr to macppc/stand/mbr
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/ofwboot to macppc/stand/ofwboot
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from arch/powerpc to arch/macppc.
2001-09-01Catch up with mainline of code development.mjacob
Add support for 2 Gigabit cards (2300/2312). This necessitated a change in how interrupts are down- the 23XX has not only a different place to check for an interrupt, but unlike all other QLogic cards, you have to read the status as a 32 bit word- not 16 bit words. Rather than have device specific functions as called from the core module (in isp_intr), it makes more sense to have the platform/bus modules do the gruntwork of splitting out the isr, semaphore register and the first outgoing mailbox register (if needed) *prior* to calling isp_intr (if calling isp_intr is necessary at all). Rearchitect how regular SCSI parameters are stored or used.
2001-09-01Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) andJason Wright
clean up the arch specific #ifdef's in subr_autoconf.c; from NetBSD. (tested by me on alpha/sparc64 and miod on hp300)
2001-09-01add cz(4) to GENERICNathan Binkert
2001-09-01Inherit baudrate from parent. Now MRTG will show vlan interfaces ;)Chris Cappuccio
2001-08-31Forgot to commit frag expire tuning beforeMike Frantzen
Check for a short ip_hl. Could have caused proto headers to overlap IP header.
2001-08-31Protect against multiple inclusion.Miod Vallat
2001-08-31Print a hex value with 0x (Alexander Yurchenko <grange@rt.mipt.ru>)Chris Cappuccio
2001-08-31do not init swapdev_vp if it's already done elsewhere; art@ okMichael Shalayeff
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-31modified from alphaArtur Grabowski
2001-08-31I should get more sleep.Miod Vallat
2001-08-31A text fault without curproc is always illegal.Artur Grabowski
cleanup in debug code.
2001-08-31clean up sendsig a bit.Artur Grabowski
2001-08-31some knfMichael Shalayeff
2001-08-31Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
using ahc_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. The code changes are simple reversions to the original NetBSD code.
2001-08-31Assorted changes to really let non-DDB kernels (such as the future RAMDISK,Miod Vallat
hint, hint) compile.
2001-08-31Oops, finish removing variable.Miod Vallat
2001-08-31There's no point having a Debugger() clone here.Miod Vallat
2001-08-31Clean the DDB entry procedure for all console drivers, and honourMiod Vallat
db_console setting.
2001-08-31The fact that my tree builds should not prevent the official tree toMiod Vallat
build as well... Right now, .s files can't include unmodified <machine/psl.h>
2001-08-30Remove duplicates with m68k/m68k/genassym.cfMiod Vallat
2001-08-30Invoke genassym.sh with both m68k/m68k/genassym.cf andMiod Vallat
machine/machine/genassym.cf files (poor man's inclusion).
2001-08-30New file with common genassym.cf defines needed by arch/m68k/m68k/*.sMiod Vallat
2001-08-30Add a simple protection against multiple inclusion of same headers.Miod Vallat
This will be needed very soon.
2001-08-30properly handle onstack situationTheo de Raadt
2001-08-30add __HAS_NEW_BUS_DMAMAP_SYNCJason Wright
2001-08-30Let non ddb kernels compile.Miod Vallat
2001-08-30correctly deal with layout of sigframeTheo de Raadt
2001-08-30fix a commentTheo de Raadt
2001-08-30intialize g2 and g7 in trapframe setregs from tf pc so that pc isn't set toJason Wright
zero when syscall of execve returns.
2001-08-30typo in the comment.Mike Pechkin
2001-08-30typo in comment.Grigoriy Orlov
2001-08-30Change getnewbuf interface so that getnewbuf always returnGrigoriy Orlov
a new buffer and indicate if it sleep while getting that buffer. This isn't make a much sense, but farther modifications will use it. Work by art@
2001-08-30disable TRAPTRACE and fix a compile error with DEBUG.Artur Grabowski
2001-08-29less definesMichael Shalayeff
2001-08-29make set/get screen work nowMichael Shalayeff
2001-08-29initialize ac_enaddr from sc_enaddrJason Wright
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason Wright
lengthen the list of supported devices (this allows us to match the psycho on the SUNW,Ultra-1-Engine). - pretty some debugging code - rcsid
2001-08-29rcsidJason Wright
2001-08-28an attempt at deuglification of the previous commit (It's still ugly, tho)Jason Wright
2001-08-28Relax restriction on buffer length being % 4 = 0 for the last entry in theJason Wright
chain. This allows us to avoid mbuf copies (and EINVAL on iov's) for packets of non "nice" length. Do this by adding a pad u_int32_t to catch the (possible) overflow and detecting when it's necessary. Also, do a bit of cleaning that ben pointed out.
2001-08-28don't reference seminfo if SYSVSEM isn't definedJason Wright