Module Name:src
Committed By: tsutsui
Date: Fri Aug 6 05:22:21 UTC 2021
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Add comments how mm_md_physacc() for hp300 works.
mm_md_physacc() for all other hp300 pmap based m68k ports that copied
hp300 impleman
Module Name:src
Committed By: tsutsui
Date: Sun Jul 11 13:00:53 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: rd.c rdreg.h
Log Message:
Add Device and drive info of 2202A, 7908A, 7911A, and 7941A.
Geometries and description info are taken from hpdrive.ini.sample
in HPD
Module Name:src
Committed By: tsutsui
Date: Fri Jul 9 17:44:28 UTC 2021
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
Log Message:
Specify -fno-unwind-tables to shrink binaries.
Before:
textdata bss dec hex filename
779024328 1371
Module Name:src
Committed By: tsutsui
Date: Fri Jul 9 17:05:33 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: hpibvar.h rd.c rdreg.h rdvar.h
Log Message:
Add support of multiple rd(4) disks on all punits for HPDisk.
Special thanks to Anders Gustafsson, the author of "H
Module Name:src
Committed By: tsutsui
Date: Mon Jul 5 14:51:23 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: ct.c ctreg.h hpibvar.h rd.c rdreg.h rdvar.h
src/sys/arch/hp300/stand/common: ct.c hpibvar.h rd.c
Log Message:
Cleanup duplicated CS/80 indentify structu
Module Name:src
Committed By: tsutsui
Date: Mon Jul 5 14:15:16 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: rd.c
Log Message:
Move attach messages from common rdident() to explicit rdattach().
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/a
Module Name:src
Committed By: tsutsui
Date: Mon Jul 5 14:03:46 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: ct.c hpib.c hpibvar.h mt.c rd.c
Log Message:
Pull HP-IB probe fixes from OpenBSD/hp300.
https://marc.info/?l=openbsd-cvs&m=113217630426615&w=2
> Overhaul the w
Module Name:src
Committed By: tsutsui
Date: Mon Jul 5 13:41:08 UTC 2021
Modified Files:
src/sys/arch/hp300/stand/common: autoconf.c ite.c ite_tc.c
Removed Files:
src/sys/arch/hp300/stand/common: grfreg.h
Log Message:
Get rid of obsolete grfreg.h. From OpenBSD.
Module Name:src
Committed By: tsutsui
Date: Wed Jun 30 14:54:03 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: rd.c
Log Message:
No need to bother to use aprint_debug(9) inside #ifdef DEBUG block.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/
Module Name:src
Committed By: tsutsui
Date: Fri Jun 4 17:12:08 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: rdvar.h
Log Message:
Consistently use #define as rdreg.h.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hp300/dev/rdvar.h
Please
Module Name:src
Committed By: tsutsui
Date: Sat May 29 22:52:35 UTC 2021
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Reduce diffs from GENERIC for maintainability.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r
Module Name:src
Committed By: tsutsui
Date: Sat May 29 22:50:18 UTC 2021
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Reorder entries and reorganize comments for maintainability.
No functional change intended.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: tsutsui
Date: Sat May 29 21:08:44 UTC 2021
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Reduce maxusers to 8 as GENERIC.
Should be pulled up to netbsd-9 and netbsd-8.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -
Module Name:src
Committed By: tsutsui
Date: Sat May 29 21:06:20 UTC 2021
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Add missed 'nhpib at intio' for internal HP-IB. Found on testing HPDisk.
Also fix comments for HP-IB devices.
Should be pulled up to net
Module Name:src
Committed By: tsutsui
Date: Tue May 18 15:21:41 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: rdreg.h
Log Message:
Consistently use #define here.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp300/dev/rdreg.h
Please note
Module Name:src
Committed By: tsutsui
Date: Thu Apr 15 14:43:19 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: diofb.c topcat.c
Log Message:
Fix two problems on old topcat(4) framebuffers found on HP332/340.
- Fix panic on monochrome framebuffers. They don't have palett
Module Name:src
Committed By: skrll
Date: Sun Mar 7 10:01:09 UTC 2021
Modified Files:
src/sys/arch/hp300/include: bus.h
Log Message:
Provide a bus_space_mmap that always fails. Nothing uses it yet, but it
will be very soon.
OK tsutsui@
To generate a diff of this commi
Module Name:src
Committed By: tsutsui
Date: Sun Jan 10 00:58:56 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: rd.c
Log Message:
Print rd(4) capacity and geometry info as sd(4) and wd(4) do.
Before:
rd0 at hpibbus1 slave 0 punit 0: 7937H
rd0: 698 cylinders, 13 heads, 11
Module Name:src
Committed By: tsutsui
Date: Tue Dec 29 16:02:01 UTC 2020
Modified Files:
src/sys/arch/hp300/dev: dcm.c
Log Message:
Use C99 designated initializers for struct consdev.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hp300/dev/dc
Module Name:src
Committed By: tsutsui
Date: Sat Dec 26 00:16:16 UTC 2020
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c hil_intio.c
Log Message:
Fix a longstanding bug in hilkbd (and dnkbd) console attachment.
cn_tab->cn_dev is initialized in wsdisplay_emul_attach()
(but
Module Name:src
Committed By: tsutsui
Date: Wed Dec 23 08:36:47 UTC 2020
Modified Files:
src/sys/arch/hp300/dev: sti_sgc.c
Log Message:
Add bitmap access ops support for SGC CRX (A1659-66001) framebuffer.
Also modify existing 425e EVRX attachment to use updated MI sti(4)
Module Name:src
Committed By: tsutsui
Date: Sat Dec 12 05:48:55 UTC 2020
Modified Files:
src/sys/arch/hp300/conf: INSTALL RAMDISK
Log Message:
Remove options (NVNODE, NBUF, and BUFPAGES) for small RAM machines.
These options make extracting binary sets much slower even on
Module Name:src
Committed By: thorpej
Date: Wed Nov 18 02:22:17 UTC 2020
Modified Files:
src/sys/arch/hp300/dev: hpib.c ppi.c
src/sys/arch/hp300/hp300: autoconf.c intr.c
Log Message:
malloc(9) -> kmem(9)
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.
Module Name:src
Committed By: tsutsui
Date: Tue Apr 28 14:45:24 UTC 2020
Modified Files:
src/sys/arch/hp300/stand/common: netio.c
src/sys/arch/hp300/stand/inst: version
src/sys/arch/hp300/stand/uboot: version
Log Message:
Fix inappropriate error messages wh
Module Name:src
Committed By: tsutsui
Date: Tue Apr 21 09:02:33 UTC 2020
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Fix garbages in dmesg caused by uninitialized variables slipped in r1.228.
Noticed in HP9000/362 dmesg:
https://dmesgd.nycbug.org/ind
Module Name:src
Committed By: tsutsui
Date: Sat Mar 25 22:09:45 UTC 2017
Modified Files:
src/sys/arch/hp300/dev: ppi.c
Log Message:
Include for hz.
Compile test only. (no HP-IB devices here)
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/hp3
Module Name:src
Committed By: tsutsui
Date: Sat Mar 25 22:08:27 UTC 2017
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
In RAWKBD mode, don't schedule autorepeat callout(9) after KEY_UP events.
Now Apollo Domain keyboard works propery on Xorg server on my 42
Module Name:src
Committed By: tsutsui
Date: Sat Mar 25 01:48:31 UTC 2017
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
Send break signal to reset keyboard state before keyboard probe.
Now Apollo Domain keyboard is probed properly even after
any keys are typ
Module Name:src
Committed By: dholland
Date: Sat Jun 11 06:22:11 UTC 2016
Modified Files:
src/sys/arch/hp300/stand/common: samachdep.h tgets.c
src/sys/arch/hp300/stand/uboot: uboot.c
Log Message:
Change "tgets_s" back to "tgets". We obviously want to keep the bound
Module Name:src
Committed By: christos
Date: Thu Jun 9 03:05:54 UTC 2016
Modified Files:
src/sys/arch/hp300/stand/common: tgets.c
Log Message:
return something
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp300/stand/common/tgets.c
Please no
Module Name:src
Committed By: christos
Date: Sun Jun 5 17:44:40 UTC 2016
Modified Files:
src/sys/arch/hp300/stand/inst: inst.c
Log Message:
get rid of gets
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp300/stand/inst/inst.c
Please note th
Module Name:src
Committed By: christos
Date: Sun Jun 5 17:43:02 UTC 2016
Modified Files:
src/sys/arch/hp300/stand/common: netio.c samachdep.h tgets.c
src/sys/arch/hp300/stand/uboot: uboot.c
Log Message:
get rid of gets/tgets
To generate a diff of this commit:
cv
Module Name:src
Committed By: christos
Date: Fri Feb 26 18:11:11 UTC 2016
Modified Files:
src/sys/arch/hp300/stand/common: ite.c
Log Message:
PR/50852: David Binderman: make code more readable (although it was correct
anyway)
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: tsutsui
Date: Sun Jan 17 17:49:55 UTC 2016
Modified Files:
src/sys/arch/hp300/hp300: intr.c
Log Message:
Fix fatal "intr_dispatch: stray level 6 interrupt" panic by the GENERIC
kernel on machines without arcofi(4) audio (i.e. all hp300 except
Module Name:src
Committed By: tsutsui
Date: Sun Jan 17 08:05:20 UTC 2016
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/inst: version
src/sys/arch/hp300/stand/uboot: version
Log Message:
Enable LIBSA_CREAD_NOCRC. PR/5
Module Name:src
Committed By: christos
Date: Tue Dec 29 14:51:38 UTC 2015
Modified Files:
src/sys/arch/hp300/conf: RAMDISK
Log Message:
Holiday food satiation.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp300/conf/RAMDISK
Please note that
Module Name:src
Committed By: dholland
Date: Sat Oct 11 05:33:25 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
PR 49245: Fix broken RCSID (Kamil Rytarowski)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp300
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:59:12 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
More tweaks to GENERIC.
- reduce maxusers from 32 to 8 as other m68k ports
- make NFS_BOOT_DHCP default rather than NFS_BOOT_BOOTP
(and
Module Name:src
Committed By: tsutsui
Date: Fri Jul 18 17:51:27 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Shrink GENERIC and enable MODULAR instead.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/arch/hp300/conf/GENER
Module Name:src
Committed By: tsutsui
Date: Sat Jul 5 09:15:38 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
with "-O2":
textdata bss dec hex filename
37177
Module Name:src
Committed By: tsutsui
Date: Sat Jun 21 02:02:40 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: dcm.c if_le.c
Log Message:
Appease gcc48 -Wunused-but-set-variable warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch
Module Name:src
Committed By: tsutsui
Date: Sat Jun 21 02:01:21 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/inst: inst.c
Log Message:
Properly use an unused-but-set-variable. Also replace a magic number.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.1
Module Name:src
Committed By: dholland
Date: Thu May 22 16:30:40 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: dcmreg.h
Log Message:
Use uintptr_t so this file can be compile-tested on foreign arches.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sy
Module Name:src
Committed By: tsutsui
Date: Thu May 1 18:08:47 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: if_le.c
Log Message:
Reduce a number of getsecs() calls in le_get() to make netboot a bit faster.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tsutsui
Date: Wed Apr 30 17:51:53 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Add and enable sti(4) at sgc in install kernels for 425e.
Tested on both serial console and framebuffer console.
(switched by the service
Module Name:src
Committed By: tsutsui
Date: Wed Apr 30 15:53:09 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: frodo.c
Log Message:
Probe mcclock only on 425e to avoid an extra "not configured" message.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/
Module Name:src
Committed By: tsutsui
Date: Tue Apr 29 18:47:22 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: RAMDISK
Log Message:
Disable options NVNODE, NBUF and BUFPAGES in the RAMDISK kernel.
These options were specified in the INSTALL kernel for 4MB machines,
but
Module Name:src
Committed By: tsutsui
Date: Tue Apr 29 18:38:27 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Add "pseudo-device wsmux" in INSTALL (and RAMDISK) kernels.
On NetBSD/hp300, hilkbd(4) is probed in config_interrupts(9)
so it's always a
Module Name:src
Committed By: tsutsui
Date: Sat Apr 26 07:53:41 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/inst: version
src/sys/arch/hp300/stand/uboot: version
Log Message:
Bump versions to denote recent 425e related changes.
To generate a diff of this co
Module Name:src
Committed By: tsutsui
Date: Thu Apr 24 12:10:27 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
Pull random notes on the Apollo Domain keyboard from ancient PR/3528.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys
Module Name:src
Committed By: tsutsui
Date: Thu Apr 24 11:58:04 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
Make the Apollo Domain keyboard actually work.
Tested on HP9000/425e and the keyboard model A1630-82001 R2 (RX-60857-HW)
provided by Miod
Module Name:src
Committed By: tsutsui
Date: Tue Apr 22 15:49:14 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: dnkbd.c
Log Message:
Also fix the apci device address in dnkbd.c as apci.c rev 1.12:
http://mail-index.netbsd.org/source-changes/2014/04/10/msg053940.
Module Name:src
Committed By: tsutsui
Date: Sat Apr 19 06:04:59 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: clock.c samachdep.h
Log Message:
Add RTC support for HP9000/425e to bootloader too.
Also put several cleanup:
- make local functions and variables sta
Module Name:src
Committed By: tsutsui
Date: Sat Apr 19 05:37:54 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: GENERIC INSTALL files.hp300
src/sys/arch/hp300/dev: frodo.c frodoreg.h rtc.c
Added Files:
src/sys/arch/hp300/dev: mcclock_frodo.c
Log Message:
Module Name:src
Committed By: tsutsui
Date: Thu Apr 17 12:35:24 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: apci.c
Log Message:
Check the service switch on 425e to select apci serial console.
Taken from OpenBSD/hp300. See the following comment for details:
Module Name:src
Committed By: tsutsui
Date: Sun Apr 13 15:45:27 UTC 2014
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/common: ite.c itevar.h
Added Files:
src/sys/arch/hp300/stand/common: ite_sti.c
Log Message:
Add st
Module Name:src
Committed By: tsutsui
Date: Thu Apr 10 18:10:09 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: apci.c
Log Message:
Fix a botch on switching from apci (and dca) to MI com(4) 10 years ago.
I.e. fix apci device address per FRODO_BASE macro change
i
Module Name:src
Committed By: christos
Date: Wed Mar 26 17:55:26 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: dio.c
Log Message:
kill sprintf
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/hp300/dev/dio.c
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Mon Mar 24 19:42:58 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: ct.c dcm.c diofb.c dmareg.h fhpib.c mt.c
nhpib.c rd.c
src/sys/arch/hp300/hp300: autoconf.c bus_space.c machdep.c
Log Message:
- remove unus
Module Name:src
Committed By: tsutsui
Date: Sat Mar 15 09:26:36 UTC 2014
Modified Files:
src/sys/arch/hp300/hp300: 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 commi
Module Name:src
Committed By: christos
Date: Fri Jan 10 16:35:59 UTC 2014
Modified Files:
src/sys/arch/hp300/dev: Makefile
Log Message:
don't include bsd.sys.mk
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp300/dev/Makefile
Please note that
Module Name:src
Committed By: tsutsui
Date: Thu Jan 2 17:43:33 UTC 2014
Modified Files:
src/sys/arch/hp300/stand/common: scsi.c
Log Message:
Change the SCSI select timeout from 2ms to 250ms as kernel spc(4) driver does.
Noticed by miod@openbsd.
To generate a diff of th
Module Name:src
Committed By: tsutsui
Date: Sat Sep 21 06:24:43 UTC 2013
Modified Files:
src/sys/arch/hp300/hp300: pmap_bootstrap.c
Log Message:
Fix a build error on a kernel config without 68040 machines.
Reported by Andrew Gillham on port-hp300@:
http://mail-index.NetBS
Module Name:src
Committed By: tsutsui
Date: Fri Aug 16 13:39:47 UTC 2013
Modified Files:
src/sys/arch/hp300/conf: GENERIC files.hp300
src/sys/arch/hp300/hp300: locore.s machdep.c trap.c
Log Message:
Make FPU_EMULATE work on NetBSD/hp300. Commented out by default i
Module Name:src
Committed By: tsutsui
Date: Fri Jan 11 12:03:04 UTC 2013
Modified Files:
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hp300/hp300: autoconf.c
Added Files:
src/sys/arch/hp300/dev: sti_sgc.c
Log Message:
Add sti at sgc framebuffer.
Ported fro
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:12:23 UTC 2012
Modified Files:
src/sys/arch/hp300/dev: hpib.c hpibvar.h rd.c
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
struct device * -> device_t, struct cfdata * -> cfdata_t
use device_xname() (fr
Module Name:src
Committed By: tsutsui
Date: Fri Aug 10 12:29:59 UTC 2012
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Appease gcc -fno-common:
- remove initialzation of physmem since it's properly initialized
before pmap_bootstrap() using a value pa
Module Name:src
Committed By: tsutsui
Date: Thu Jul 26 17:15:22 UTC 2012
Modified Files:
src/sys/arch/hp300/stand/common: if_lereg.h
Log Message:
Remove '__attribute__((__packed__))' from structure definisions
for Am7990 LANCE registers where no implicit padding is expecte
Module Name:src
Committed By: tsutsui
Date: Sat Nov 5 15:21:43 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
bgt -> jgt for a short jump.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/arch/hp300/hp300/locore.s
Please
Module Name:src
Committed By: tsutsui
Date: Fri Nov 4 17:53:51 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
Fix indent and some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/arch/hp300/hp300/locore.s
Pleas
Module Name:src
Committed By: tsutsui
Date: Thu Nov 3 15:13:02 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
unifdef __ELF__
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/arch/hp300/hp300/locore.s
Please note that di
Module Name:src
Committed By: uebayasi
Date: Thu Jul 28 03:42:21 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: ppi.c rd.c
Log Message:
dev_t is uint64_t; use PRIx64 to print it. Fix DEBUG build.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/ar
Module Name:src
Committed By: mrg
Date: Sat Jul 9 15:01:33 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: Makefile.hp300
Log Message:
apply -Wno-cast-qual upon diofb.c.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/hp300/conf/Makefile.hp3
Module Name:src
Committed By: tsutsui
Date: Sat May 21 12:06:14 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: GENERIC files.hp300
Log Message:
Add sti at sgc configuration for SGC EVRX framebuffers found on
some later HP4xx models. Untested, and disabled in GENERIC fo
Module Name:src
Committed By: tsutsui
Date: Sun May 15 16:57:08 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Misc KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/sys/arch/hp300/hp300/machdep.c
Please note that diffs
Module Name:src
Committed By: tsutsui
Date: Tue May 10 14:38:08 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c machdep.c
Log Message:
Move intr_init() call from early hp300_init() to cpu_configure(9)
since interrupt functions would want evcnt(9).
To genera
Module Name:src
Committed By: tsutsui
Date: Sun Mar 6 14:51:22 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: majors.hp300
src/sys/arch/hp300/dev: dio.c dioreg.h mtreg.h
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/hp300/include: intr.h
Log M
Module Name:src
Committed By: tsutsui
Date: Sat Feb 19 05:41:38 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: diodevs.h diodevs_data.h
Log Message:
Regen from diodevs rev 1.14:
> Move recently supported framebuffers out of the "unsupported" list.
To generate a diff of
Module Name:src
Committed By: tsutsui
Date: Sat Feb 19 05:40:59 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: diodevs
Log Message:
Move recently supported framebuffers out of the "unsupported" list.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys
Module Name:src
Committed By: tsutsui
Date: Sat Feb 19 05:37:55 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: dnkbdmap.c dnkbdmap.h
Log Message:
u_int8_t -> uint8_t
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp300/dev/dnkbdmap.c
cvs rdiff
Module Name:src
Committed By: tsutsui
Date: Sat Feb 19 05:36:50 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: hil_intio.c
Log Message:
Actually check that the configured console device is a wsdisplay.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys
Module Name:src
Committed By: tsutsui
Date: Sat Feb 19 05:35:00 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: hil_intio.c
Log Message:
- make local functions static
- use aprint_erorr(9)
- some KNF
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/ar
Module Name:src
Committed By: tsutsui
Date: Fri Feb 18 19:15:44 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: diofb.c dnkbd.c dvbox.c gbox.c hyper.c rbox.c
topcat.c tvrx.c
Log Message:
Use aprint_normal(9) and variants.
To generate a diff of this commit:
c
Module Name:src
Committed By: tsutsui
Date: Fri Feb 18 19:15:06 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: sgc.c
Log Message:
Make local functions static.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hp300/dev/sgc.c
Please note that dif
Module Name:src
Committed By: tsutsui
Date: Fri Feb 18 16:06:20 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: files.hp300
Log Message:
sgc takes slot, not scode.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/hp300/conf/files.hp300
Please
Module Name:src
Committed By: tsutsui
Date: Fri Feb 18 16:05:22 UTC 2011
Modified Files:
src/sys/arch/hp300/include: bus.h
Log Message:
Add definitions for stream methods.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp300/include/bus.h
Ple
Module Name:src
Committed By: tsutsui
Date: Fri Feb 18 16:02:48 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Make local functions and variables static.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp300/dev/topcat.c
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 23:10:22 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: spc.c
Log Message:
Handle LED_DISK per DMA xfer.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp300/dev/spc.c
Please note that di
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 22:48:05 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: frodo.c
Log Message:
Fix comment (362 doesn't have frodo).
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hp300/dev/frodo.c
Pleas
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 16:41:55 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
- make local functions static
- some KNF
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hp300/dev/dnkbd.c
Plea
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 16:40:29 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: diofb.c diofb_mono.c diofbreg.h diofbvar.h
dvbox.c dvboxreg.h gbox.c gboxreg.h hyper.c hyperreg.h rbox.c
rboxreg.h topcat.c topcatreg.h t
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 16:37:33 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
Fix one more porting botch inside #ifdef WSDISPLAY_COMPAT_RAWKBD.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arc
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 16:36:37 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: dnkbdmap.c
Log Message:
Make sure to include "opt_wsdisplay_compat.h" for WSDISPLAY_COMPAT_RAWKBD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 16:30:22 UTC 2011
Modified Files:
src/sys/arch/hp300/dev: dnkbd.c
Log Message:
Make this compile properly with options WSDISPLAY_COMPAT_RAWKBD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 15:49:02 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: GENERIC files.hp300
Added Files:
src/sys/arch/hp300/dev: dnkbd.c dnkbdmap.c dnkbdmap.h
Log Message:
Pull Apollo Domain keyboard and mouse support from
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 05:15:39 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: GENERIC INSTALL files.hp300
src/sys/arch/hp300/hp300: bus_space.c
src/sys/arch/hp300/include: bus.h
Added Files:
src/sys/arch/hp300/dev:
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 05:09:15 UTC 2011
Modified Files:
src/sys/arch/hp300/stand/inst: version
src/sys/arch/hp300/stand/uboot: version
Log Message:
Bump version for 362 and 382 framebuffer support.
To generate a diff of this commi
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 05:08:41 UTC 2011
Modified Files:
src/sys/arch/hp300/conf: GENERIC INSTALL files.hp300
src/sys/arch/hp300/dev: diofbreg.h diofbvar.h
src/sys/arch/hp300/hp300: autoconf.c
src/sys/arch/hp300/stand:
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 04:52:28 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: bus_space.c
Log Message:
Umm, fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp300/hp300/bus_space.c
Please note that
Module Name:src
Committed By: tsutsui
Date: Sat Feb 12 03:43:50 UTC 2011
Modified Files:
src/sys/arch/hp300/hp300: bus_space.c
Log Message:
Use __func__ to print (correct) function names.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp300/hp
1 - 100 of 132 matches
Mail list logo