CVS commit: src/sys/arch/mac68k/obio

2021-05-13 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Thu May 13 08:47:21 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: We do not match machines whose SWIM does not support the IWM register set used by this driver (SWIM II/III, SWIM behind IOP, AV models'

CVS commit: src/sys/arch/mac68k/mac68k

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:28:06 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Change sccA address for Quadra 800 from base + 0xc000 to 0xc020. The H/W partially decodes its address, and sccA is available at

CVS commit: src/sys/arch/mac68k/mac68k

2021-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 28 02:00:59 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Make mac68k_set_io_offsets() a little bit cleaner: - Via1Base is always ``base'' for all supported models. - Set sccA and SCSIBase for

CVS commit: src/sys/arch/mac68k/mac68k

2021-03-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 14 03:25:01 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Fix DJMEMCMAX option for Quadra/Centris 650/800. - Use jeq instead of jra for conditional branch. - Use cmpl instead of cmp (= cmpw) for

CVS commit: src/sys/arch/mac68k

2021-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 10:54:13 UTC 2021 Modified Files: src/sys/arch/mac68k/conf: GENERIC files.mac68k src/sys/arch/mac68k/mac68k: machdep.c Log Message: Add MAC68K_MEMSIZE option to hard-code memory size in MB, instead of that given

CVS commit: src/sys/arch/mac68k/mac68k

2021-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Feb 26 10:47:24 UTC 2021 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Sort opt_*.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.358 -r1.359 src/sys/arch/mac68k/mac68k/machdep.c

CVS commit: src/sys/arch/mac68k/obio

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 05:23:37 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Elucidate why synchronous transfer is disabled for AV Macs. Sync negotiation times out when drive advertises that capability: sd1 at

CVS commit: src/sys/arch/mac68k/obio

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 04:24:42 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: - Add missing \n's to printf(9). - Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/arch/mac68k

2021-01-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 24 05:20:23 UTC 2021 Modified Files: src/sys/arch/mac68k/dev: if_mc.c if_mcvar.h src/sys/arch/mac68k/obio: if_mc_obio.c Log Message: Add rnd(9) support. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/arch/mac68k

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 21:48:04 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: macfb.c src/sys/arch/mac68k/nubus: cpi_nubus.c src/sys/arch/mac68k/obio: iwm_fd.c Log Message: malloc(9) -> kmem(9) To generate a diff of

CVS commit: src/sys/arch/mac68k/dev

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 21:46:40 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: aed.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mac68k/dev/aed.c Please note

CVS commit: src/sys/arch/mac68k/dev

2020-10-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 21 11:15:18 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: genfb_grfbus.c Log Message: Drop inappropriate WSFB_VRAM_IS_RAM bit from fbi_flags; framebuffer is not regular RAM. Thanks to jmcneill@ and macallan@ for kind

CVS commit: src/sys/arch/mac68k/mac68k

2020-07-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 21 06:10:26 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: intr.c locore.s via.c Log Message: For GCC8, do not omit frame pointer for intr_dispatch() and via1_intr() (-fomit-frame-pointer is enabled for -O and higher

CVS commit: src/sys/arch/mac68k/mac68k

2020-07-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 21 05:45:38 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Align tmpstk to 4-byte boundary as required by System V (ELF) ABI. Fix GCC8-compiled kernel crash during very early boot stage when

CVS commit: src/sys/arch/mac68k/mac68k

2020-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 19 16:30:31 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: pram.c Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/mac68k/pram.c Please note that diffs are not

CVS commit: src/sys/arch/mac68k/dev

2020-06-09 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 9 11:44:48 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: ams.c Log Message: Fix inverted Y-axis value passed to wsmouse_input(9). Note this is what src/sys/arch/macppc/dev/ams.c does as "upward (moving the mouse

CVS commit: src/sys/arch/mac68k/dev

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:00:25 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: adbsysasm.s Log Message: #ifdef out debug garbage. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mac68k/dev/adbsysasm.s Please

CVS commit: src/sys/arch/mac68k/obio

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 08:59:40 UTC 2020 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: For wdc_obio_match(), struct wdc_regs is too large for stack. Use kmem_alloc(9) instead. Frame size becomes: 3088 --> 0 To

CVS commit: src/sys/arch/mac68k/nubus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:34 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please note that

CVS commit: src/sys/arch/mac68k/nubus

2020-02-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Feb 5 08:36:56 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_ae_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mac68k/nubus/if_ae_nubus.c Please

CVS commit: src/sys/arch/mac68k/nubus

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:40:53 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/mac68k/nubus

2020-02-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 4 07:36:28 UTC 2020 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mac68k/nubus/if_netdock_nubus.c Please

CVS commit: src/sys/arch/mac68k/dev

2020-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 06:30:52 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Fix more typos To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/dev/if_mc.c Please note that diffs are

CVS commit: src/sys/arch/mac68k/dev

2020-01-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 06:28:46 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/mac68k/dev/if_mc.c Please note that diffs are not

CVS commit: src/sys/arch/mac68k

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:25:42 UTC 2020 Modified Files: src/sys/arch/mac68k/dev: if_mc.c src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/mac68k/mac68k

2019-02-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Feb 19 00:34:50 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: intr.c Log Message: convert 'extern long intrnames' to 'extern char intrnames[MAX_INAME_LENGTH]'. also, assert that MAX_INAME_LENGTH is not larger than

CVS commit: src/sys/arch/mac68k/dev

2018-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 19 18:21:55 UTC 2018 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: #ifdef DIAGNOSTIC should not cause functional differences (even if minor or cosmetic) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mac68k/mac68k

2017-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 7 14:56:03 UTC 2017 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Don't define ELFSIZE To generate a diff of this commit: cvs rdiff -u -r1.351 -r1.352 src/sys/arch/mac68k/mac68k/machdep.c Please

CVS commit: src/sys/arch/mac68k/obio

2017-10-12 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Oct 12 09:48:53 UTC 2017 Modified Files: src/sys/arch/mac68k/obio: asc.c Log Message: Exclude Enhanced Apple Sound Chip (EASC) without support for wavetable mode used by asc(4). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mac68k/mac68k

2017-08-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Aug 15 09:26:56 UTC 2017 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: Remove dead code. it isn't possible to do non-__ELF__ build To generate a diff of this commit: cvs rdiff -u -r1.350 -r1.351

CVS commit: src/sys/arch/mac68k/nubus

2017-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 29 02:17:44 UTC 2017 Modified Files: src/sys/arch/mac68k/nubus: if_netdock_nubus.c Log Message: Avoid memory leak in netdock_get. If top is null, this is the first time through and nothing else will free m. >From

CVS commit: src/sys/arch/mac68k/mac68k

2017-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 3 17:36:17 UTC 2017 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: PR/52134: David Binderman: Fix loop bounds checking. To generate a diff of this commit: cvs rdiff -u -r1.349 -r1.350

CVS commit: src/sys/arch/mac68k/nubus

2016-02-28 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Sun Feb 28 19:39:27 UTC 2016 Modified Files: src/sys/arch/mac68k/nubus: grf_nubus.c Log Message: Set sc_dev field of softc. Should pullup to 7. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/arch/mac68k/mac68k

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 20:36:31 UTC 2015 Modified Files: src/sys/arch/mac68k/mac68k: trap.c Log Message: Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. To generate a diff of this commit: cvs rdiff -u -r1.146

CVS commit: src/sys/arch/mac68k/obio

2015-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 3 16:44:15 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/iwm_fd.c Please note that diffs are

CVS commit: src/sys/arch/mac68k/obio

2015-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 2 15:49:52 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: name the flag ioctl argument flag like most other drivers. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/mac68k/obio

2015-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 2 15:50:28 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm.s Log Message: avoid trigraph To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mac68k/obio/iwm.s Please note that diffs are

CVS commit: src/sys/arch/mac68k/obio

2015-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 1 17:47:21 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: declare error To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/mac68k/obio/iwm_fd.c Please note that

CVS commit: src/sys/arch/mac68k/dev

2014-06-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 29 12:18:42 UTC 2014 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/mac68k/dev/sbc.c Please note that

CVS commit: src/sys/arch/mac68k/mac68k

2014-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 17:46:04 UTC 2014 Modified Files: src/sys/arch/mac68k/mac68k: pram.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mac68k/mac68k/pram.c Please note that diffs

CVS commit: src/sys/arch/mac68k/mac68k

2014-03-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Mar 15 12:11:23 UTC 2014 Modified Files: src/sys/arch/mac68k/mac68k: locore.s Log Message: Use common m68k/busaddrerr.s for bus error and address error handlers. No binary changes on GENERIC. To generate a diff of this

CVS commit: src/sys/arch/mac68k/dev

2014-01-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 30 13:04:06 UTC 2014 Modified Files: src/sys/arch/mac68k/dev: grf_compat.c Log Message: Add missing cast (to make it compilable) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/mac68k/dev

2014-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 26 00:08:48 UTC 2014 Modified Files: src/sys/arch/mac68k/dev: grf_compat.c Log Message: kill VM_DEFAULT_ADDRESS use To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mac68k/dev/grf_compat.c

CVS commit: src/sys/arch/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 20:49:38 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: pm_direct.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/mac68k/dev/pm_direct.c Please

CVS commit: src/sys/arch/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:09:25 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: akbd.c Log Message: Mark a potentially unused variable To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/dev/akbd.c Please

CVS commit: src/sys/arch/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:19:56 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: adb_direct.c Log Message: Mark potentially unused variable To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/mac68k/dev/adb_direct.c

CVS commit: src/sys/arch/mac68k/obio

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:24:14 UTC 2013 Modified Files: src/sys/arch/mac68k/obio: asc.c Log Message: Remove not yet used stuff To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/asc.c Please note that

CVS commit: src/sys/arch/mac68k/nubus

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:42:30 UTC 2013 Modified Files: src/sys/arch/mac68k/nubus: grf_nubus.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/mac68k/nubus/grf_nubus.c Please note that

CVS commit: src/sys/arch/mac68k/dev

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:48:48 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: mac68k5380.c ncr5380.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mac68k/dev/mac68k5380.c cvs rdiff -u

CVS commit: src/sys/arch/mac68k/obio

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:50:28 UTC 2013 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/mac68k/obio/wdc_obio.c Please note that diffs

CVS commit: src/sys/arch/mac68k/dev

2013-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 19 16:19:13 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: adb_direct.c Log Message: Make sure we don't accidently pass an unsolicited packet as ack only (which would dereference unitialized pointers) To generate a

CVS commit: src/sys/arch/mac68k/dev

2013-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 19 16:21:57 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: aed.c Log Message: comment out unused code (for documentation purposes) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/mac68k/dev

2013-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 19 16:23:17 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: ams.c Log Message: Mark a potentially unused variable To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mac68k/dev/ams.c Please

CVS commit: src/sys/arch/mac68k/mac68k

2013-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 19 19:08:39 UTC 2013 Modified Files: src/sys/arch/mac68k/mac68k: bus_space.c Log Message: Avoid unused variables To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mac68k/mac68k/bus_space.c

CVS commit: src/sys/arch/mac68k/dev

2013-10-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 19 19:47:55 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: if_mc.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/mac68k/dev/if_mc.c Please note

CVS commit: src/sys/arch/mac68k/dev

2013-10-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 18 18:38:49 UTC 2013 Modified Files: src/sys/arch/mac68k/dev: adb_direct.c Log Message: Remove set but unused variables. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/mac68k/dev/adb_direct.c

CVS commit: src/sys/arch/mac68k

2013-07-16 Thread John Klos
Module Name:src Committed By: jklos Date: Tue Jul 16 07:31:40 UTC 2013 Modified Files: src/sys/arch/mac68k/conf: GENERIC src/sys/arch/mac68k/mac68k: genassym.cf locore.s machdep.c pmap_bootstrap.c Log Message: Added DJMEMCMAX option for recognizing 128

CVS commit: src/sys/arch/mac68k/dev

2012-12-07 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Fri Dec 7 08:04:02 UTC 2012 Modified Files: src/sys/arch/mac68k/dev: sbc.c Log Message: Remove the R1 syntactic sugar, since it collides with a #define in m68k/regs.h, breaking the build. The R1s serve to bring the buffer

CVS commit: src/sys/arch/mac68k/dev

2012-12-06 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Thu Dec 6 13:28:17 UTC 2012 Modified Files: src/sys/arch/mac68k/dev: mac68k5380.c Log Message: Remove the R1 syntactic sugar, since it collides with a #define in m68k/regs.h, breaking the build. The R1s serve to bring the buffer

CVS commit: src/sys/arch/mac68k/mac68k

2012-08-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 4 17:18:39 UTC 2012 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: No need to statically initialize physmem here, it is set to the correct value in pmap_bootstrap(), which is early enough. Tested on

CVS commit: src/sys/arch/mac68k/conf

2011-10-03 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Mon Oct 3 19:22:59 UTC 2011 Modified Files: src/sys/arch/mac68k/conf: GENERIC SMALLRAM majors.mac68k Log Message: Add the MI software watchdog to GENERIC (not to SMALLRAM, as usual). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mac68k/obio

2011-08-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Aug 2 05:10:31 UTC 2011 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Include sys/simplelock.h to use simple_lock(); fix build. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/mac68k/obio

2011-08-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Aug 2 05:17:18 UTC 2011 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: ncr53c9x was converted to use mutex(9), follow that. Fix DEBUG build too. To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/sys/arch/mac68k/dev

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 15:02:15 UTC 2011 Modified Files: src/sys/arch/mac68k/dev: mac68k5380.c Log Message: avoid inconsistent inline usage to appease gcc 4.5. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/arch/mac68k/mac68k

2011-01-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 2 18:16:59 UTC 2011 Modified Files: src/sys/arch/mac68k/mac68k: pmap_bootstrap.c Log Message: Pull code that maps the kernel segment table cache invalidated for 040/060, to reduce diffs from other m68k ports. Tested on

CVS commit: src/sys/arch/mac68k/obio

2010-11-30 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Tue Nov 30 16:05:56 UTC 2010 Modified Files: src/sys/arch/mac68k/obio: iwm.s Log Message: Fix an embarassing tyop. gcc should run aspell over the comments... To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/mac68k/conf

2010-11-24 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Wed Nov 24 13:48:20 UTC 2010 Modified Files: src/sys/arch/mac68k/conf: SMALLRAM Log Message: One more page in the Big Book Of Things That We Can do Without -- COMPAT* options, puffs support. To generate a diff of this commit:

CVS commit: src/sys/arch/mac68k/conf

2010-11-24 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Wed Nov 24 13:53:34 UTC 2010 Modified Files: src/sys/arch/mac68k/conf: INSTALL Log Message: Catch up on COMPAT* options -- it's been a while... To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/arch/mac68k/conf

2010-11-24 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Wed Nov 24 13:54:50 UTC 2010 Modified Files: src/sys/arch/mac68k/conf: GENERIC Log Message: Consistency in commenting COMPAT_nn options. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199

CVS commit: src/sys/arch/mac68k

2010-06-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 6 04:52:17 UTC 2010 Modified Files: src/sys/arch/mac68k/conf: files.mac68k src/sys/arch/mac68k/dev: grf_compat.c Log Message: defflag GRF_COMPAT. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/sys/arch/mac68k/mac68k

2009-12-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 4 16:57:18 UTC 2009 Modified Files: src/sys/arch/mac68k/mac68k: locore.s pmap_bootstrap.c Log Message: Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc. Tested on LC630. To generate a diff of this