Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-10 (18d)  netbsd-9 (18d)  netbsd-8 (23d) 

2024-06-03 21:23:31 UTC Now

2020-06-19 11:54:01 UTC MAIN commitmail json YAML

2020-06-19 11:52:42 UTC MAIN commitmail json YAML

Add umass quirk for Alcor AU6366 multi-card reader.

(flxd)

2018-03-03 15:47:50 UTC MAIN commitmail json YAML

Add missing call to mips_dcache_compute_align() affecting "modern" MIPS
(MIPS32{,R2}/MIPS64{,R2}). Thanks jmcneill@; OK skrll@.

(flxd)

2018-02-28 18:03:48 UTC MAIN commitmail json YAML

Cosmetic printf/aprint changes.
Add missing return statement after failed pci_intr_establish().

(flxd)

2018-02-28 17:13:44 UTC MAIN commitmail json YAML

Cosmetic fix for the Physical Address Registers PAR0 to PAR5.

(flxd)

2018-01-27 10:07:41 UTC MAIN commitmail json YAML

Fix more printf format strings for mfspr() (hi mrg).

(flxd)

2018-01-26 17:49:55 UTC MAIN commitmail json YAML

Another try fixing printf format using the ultimate uintmax_t idiom.

(flxd)

2018-01-22 18:15:57 UTC MAIN commitmail json YAML

Use right variable as revealed by previous typo...

(flxd)

2018-01-21 16:38:25 UTC MAIN commitmail json YAML

2018-01-05 13:20:46 UTC MAIN commitmail json YAML

Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines.
OK christos@

(flxd)

2018-01-05 13:11:32 UTC MAIN commitmail json YAML

Check presence of VFB01/VFB02 frame buffer option on DEC(station|system) 3100.

(flxd)

2017-10-14 08:22:38 UTC MAIN commitmail json YAML

2017-10-12 09:48:53 UTC MAIN commitmail json YAML

Exclude Enhanced Apple Sound Chip (EASC) without support for wavetable mode
used by asc(4).

(flxd)

2017-10-08 12:09:44 UTC MAIN commitmail json YAML

In vmapbuf use pmap_enter(pmap_kernel(), ...) and not pmap_kenter_pa as the
former handles multiple mappings for VIPT AND VIVT correctly whereas the latter
doesn't work for VIVT. PR port-shark/52102
From skrll@. Tested by martin@ and me.

(flxd)

2017-10-08 12:08:31 UTC MAIN commitmail json YAML

Revert attempt at tracking unmanaged mappings for VIVT as it was incomplete and
buggy. PR port-shark/52102
From skrll@. Tested by martin@ and me.

(flxd)

2017-07-28 15:58:24 UTC MAIN commitmail json YAML

* sii(4) was never used in VAXstation 3100 (uses si(4) and is NCR-based).
* Reference scsi(4) in sii(4).
* Add more machines to pmax/intro(4).
* Small fixes.

(flxd)

2017-06-26 17:45:56 UTC MAIN commitmail json YAML

Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader
cannot handle kernels that large (yet).

(flxd)

2017-06-23 15:24:36 UTC MAIN commitmail json YAML

2017-06-22 17:51:22 UTC MAIN commitmail json YAML

USB for vax (similar to pmax; no/negligible impact on legacy):
* Add USB device files/majors.
* Make kernel configs with USB work.
* Provide a USB-enabled kernel config.

(flxd)

2017-06-22 17:01:34 UTC MAIN commitmail json YAML

2017-06-22 16:46:53 UTC MAIN commitmail json YAML

2017-06-20 15:10:03 UTC MAIN commitmail json YAML

Add audio for vsaudio(4) and speaker to be on par with other archs.

(flxd)

2017-06-15 15:38:18 UTC MAIN commitmail json YAML

Fix printf format/argument.

(flxd)

2017-06-15 14:23:42 UTC MAIN commitmail json YAML

Note support for VAXstation 4000 TURBOchannel.

(flxd)

2017-06-10 12:03:30 UTC MAIN commitmail json YAML

Fix missing TC bus speed.

(flxd)

2017-06-09 18:02:40 UTC MAIN commitmail json YAML

2017-06-09 17:55:18 UTC MAIN commitmail json YAML

Make VAXstation 4000 TURBOchannel adaptor work.
PIO and IRQ tested on VS4000/60 and /96 with TC-USB (slhci) and PMAD-AA (le).
DMA is untested.
vax needs space to be mapped out, so memory space is pre-mapped for TC option
drivers not bus_space'ified yet, also providing custom bus_space methods for
this kludge.

(flxd)

2017-06-08 15:28:27 UTC MAIN commitmail json YAML

Fix PR port-vax/51761 as suggested by Paul Koning on port-vax list.
Installation (install.ram, -Os) on my VS4000 is possible without SCSI timeouts
again.
Other variable-length bit field instructions should be checked for correct
constraints, too!

(flxd)

2017-04-18 14:11:42 UTC MAIN commitmail json YAML

First pass reducing magic numbers adding register defines.
No change to register values/writes, except VLPCI_MISC_CTL_HIADDR_DIS added.

(flxd)

2017-04-18 12:17:12 UTC MAIN commitmail json YAML

2017-04-11 17:27:49 UTC MAIN commitmail json YAML

Add PCI devices for vlpci(4).

(flxd)

2017-02-18 13:56:29 UTC MAIN commitmail json YAML

Let vlpci attach instead of ofbus. OK jakllsch@

(flxd)

2017-01-07 11:21:05 UTC MAIN commitmail json YAML

Add wsmux so wsconsctl will not fail when -f is not specified (and default
control devices are used), as in /etc/rc.d/wscons.
Kernel size increase is < 4 kB.

(flxd)

2016-12-27 08:56:00 UTC MAIN commitmail json YAML

2016-12-26 15:59:26 UTC MAIN commitmail json YAML

Add tcu(4) for TC-USB.

(flxd)

2016-12-17 14:36:30 UTC MAIN commitmail json YAML

2016-12-12 17:03:41 UTC MAIN commitmail json YAML

Clean-up (remove redundant declarations, concentrate checks).

(flxd)

2016-12-11 12:51:09 UTC MAIN commitmail json YAML

Note scsictl(8) getrealloc and setrealloc commands.

(flxd)

2016-12-03 18:18:12 UTC MAIN commitmail json YAML

2016-12-03 18:12:50 UTC MAIN commitmail json YAML

Print warning for problematic switch configuration.

(flxd)

2016-11-19 08:43:40 UTC MAIN commitmail json YAML

Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation
parameters/enables for error recovery, similar to {get,set}cache.
Many old SCSI disks shipped with reallocation disabled, albeit supporting it.
Minor (cosmetic) fixup of scsi_disk_pages while there.
Based upon code in PR bin/29165 by Greg A. Woods.
OK christos@

(flxd)

2016-11-04 19:18:50 UTC MAIN commitmail json YAML

2016-11-02 17:19:53 UTC MAIN commitmail json YAML

Note tcu(4).

(flxd)

2016-10-21 18:11:59 UTC MAIN commitmail json YAML

Bless pmax with USB device files/majors and make kernel configs with USB and typical drivers work.
OK christos@ simonb@

(flxd)

2016-10-17 16:02:10 UTC MAIN commitmail json YAML

Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter.

(flxd)

2016-10-15 09:57:51 UTC MAIN commitmail json YAML

Add tcu and gpio for TC-USB support. OK christos@

(flxd)

2016-10-14 15:01:39 UTC MAIN commitmail json YAML

2016-10-13 16:18:20 UTC MAIN commitmail json YAML

Match the two prom_getenv() and fix buffer overflow causing wrong host controller SCSI ID for DEC 3000.
OK skrll@

(flxd)

2016-10-01 15:24:35 UTC MAIN commitmail json YAML

Add tcu (MI). OK skrll@

(flxd)

2016-10-01 12:32:36 UTC MAIN commitmail json YAML