Up to [cvs.NetBSD.org] / src / sys / arch / i386 / conf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1244 / (download) - annotate - [select for diffs], Thu Dec 22 19:07:16 2022 UTC (5 weeks, 2 days ago) by jakllsch
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1243: +3 -2
lines
Diff to previous 1.1243 (colored)
Add commented vio9p* to match amd64 GENERIC
Revision 1.1243 / (download) - annotate - [select for diffs], Sun Dec 11 04:20:52 2022 UTC (7 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10
Changes since 1.1242: +3 -3
lines
Diff to previous 1.1242 (colored)
Enable options DISKLABEL_EI by default as amd64. No particular comment no port-i386@: https://mail-index.netbsd.org/port-i386/2022/12/02/msg004063.html
Revision 1.1242 / (download) - annotate - [select for diffs], Thu Sep 29 10:10:07 2022 UTC (4 months ago) by riastradh
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Changes since 1.1241: +3 -2
lines
Diff to previous 1.1241 (colored)
swwdog(4): Add to GENERIC kernels. Plus a handful of others that I'm familiar with. Lots of special- purpose kernels should probably have this too but I'm not going through all the arm, mips, and ppc evaluation board kernels to see which ones are relevant. Omitted from systems I know to be very small: - sun2/GENERIC - dreamcast/GENERIC Feel free to remove it from others that need to be kept smaller. Compile-tested a few of these just in case: - alpha/GENERIC - amd64/GENERIC - evbmips/OCTEON - i386/GENERIC - riscv/GENERIC PR kern/29702
Revision 1.1241 / (download) - annotate - [select for diffs], Sat Sep 24 11:05:17 2022 UTC (4 months ago) by riastradh
Branch: MAIN
Changes since 1.1240: +6 -2
lines
Diff to previous 1.1240 (colored)
x86: Support EFI runtime services. This creates a special pmap, efi_runtime_pmap, which avoids setting PTE_U but allows mappings to lie in what would normally be user VM -- this way we don't fall afoul of SMAP/SMEP when executing EFI runtime services from CPL 0. SVS does not apply to the EFI runtime pmap. The mechanism is intended to work with either physical addressing or virtual addressing; currently the bootloader does physical addressing but in principle it could be modified to do virtual addressing instead, if it allocated virtual pages, assigned them in the memory map, and issued RT->SetVirtualAddressMap. Not sure pmap_activate_sync and pmap_deactivate_sync are correct, need more review from an x86 wizard. If this causes fallout, it can be disabled temporarily without reverting anything by just making efi_runtime_init return immediately without doing anything, or by removing options EFI_RUNTIME. amd64-only for now pending type fixes and testing on i386.
Revision 1.1240 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:26 2022 UTC (5 months, 3 weeks ago) by simonb
Branch: MAIN
Changes since 1.1239: +9 -8
lines
Diff to previous 1.1239 (colored)
UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
Revision 1.1239 / (download) - annotate - [select for diffs], Thu Jul 28 21:52:36 2022 UTC (6 months ago) by riastradh
Branch: MAIN
Changes since 1.1238: +4 -3
lines
Diff to previous 1.1238 (colored)
drm: New option DRM_LEGACY. This brings in the `drmums' components, which are the parts of the current drm code base (sys/external/bsd/drm2) needed by legacy user-mode-setting drivers (currently just viadrmums), in contrast to the old drm code base (sys/external/bsd/drm). This way, viadrmums.kmod can be loaded into GENERIC i386 kernels, but platforms without any relevant legacy UMS drivers don't get the legacy goo statically baked in.
Revision 1.1238 / (download) - annotate - [select for diffs], Sat Apr 16 11:57:46 2022 UTC (9 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.1237: +3 -3
lines
Diff to previous 1.1237 (colored)
x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV to return human-readable data. Especially now that HDMI/DP audio is enabled by default, it helps to be able to tell two devices apart in audiocfg/aiomixer.
Revision 1.1236.4.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:20 2021 UTC (19 months, 1 week ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.1236: +3 -2
lines
Diff to previous 1.1236 (colored) next main 1.1237 (colored)
Sync w/ HEAD.
Revision 1.1236.6.1 / (download) - annotate - [select for diffs], Mon May 31 22:15:12 2021 UTC (19 months, 4 weeks ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.1236: +3 -2
lines
Diff to previous 1.1236 (colored) next main 1.1237 (colored)
sync with head
Revision 1.1237 / (download) - annotate - [select for diffs], Mon May 17 04:07:43 2021 UTC (20 months, 1 week ago) by yamaguchi
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1
Changes since 1.1236: +3 -2
lines
Diff to previous 1.1236 (colored)
Add a new link-aggregation pseudo interface named lagg(4) - FreeBSD's lagg(4) based implementation - MP-safe and MP-scalable
Revision 1.1233.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:27 2021 UTC (21 months, 3 weeks ago) by thorpej
Branch: thorpej-futex
Changes since 1.1233: +4 -4
lines
Diff to previous 1.1233 (colored) next main 1.1234 (colored)
Sync with HEAD.
Revision 1.1236 / (download) - annotate - [select for diffs], Wed Mar 10 06:38:44 2021 UTC (22 months, 2 weeks ago) by msaitoh
Branch: MAIN
CVS Tags: thorpej-futex-base,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf,
cjep_staticlib_x
Changes since 1.1235: +3 -2
lines
Diff to previous 1.1235 (colored)
Add micphy(4).
Revision 1.1235 / (download) - annotate - [select for diffs], Mon Mar 1 18:12:58 2021 UTC (22 months, 4 weeks ago) by jakllsch
Branch: MAIN
Changes since 1.1234: +3 -2
lines
Diff to previous 1.1234 (colored)
enable rge(4) on x86 and evbarm64
Revision 1.1234 / (download) - annotate - [select for diffs], Wed Jan 20 13:22:08 2021 UTC (2 years ago) by nia
Branch: MAIN
Changes since 1.1233: +2 -4
lines
Diff to previous 1.1233 (colored)
remove compat_ossaudio from kernel modules this is only useful with compat_linux and gets autoloaded when compat_linux is loaded, so there's no reason to bake it into kernels any more.
Revision 1.1233 / (download) - annotate - [select for diffs], Sun Sep 27 13:48:51 2020 UTC (2 years, 4 months ago) by roy
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.1232: +3 -2
lines
Diff to previous 1.1232 (colored)
vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
Revision 1.1232 / (download) - annotate - [select for diffs], Tue Sep 8 10:05:47 2020 UTC (2 years, 4 months ago) by yamaguchi
Branch: MAIN
Changes since 1.1231: +3 -2
lines
Diff to previous 1.1231 (colored)
Added iavf(4) that is based on OpenBSD's iavf(4) implementation reviewed by msaitoh@n.o and knakahara@n.o
Revision 1.1231 / (download) - annotate - [select for diffs], Sun Aug 16 10:27:47 2020 UTC (2 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.1230: +2 -4
lines
Diff to previous 1.1230 (colored)
make COMPAT_LINUX option disabled by default leave the option enabled only in amd64/i386 ALL kernels to make sure it continues to be compilable also when included in kernel
Revision 1.1230 / (download) - annotate - [select for diffs], Sat Aug 1 08:20:49 2020 UTC (2 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1229: +2 -3
lines
Diff to previous 1.1229 (colored)
Remove references to BRIDGE_IPF, it is now compiled in by default.
Revision 1.1208.2.5 / (download) - annotate - [select for diffs], Tue Jul 7 10:29:06 2020 UTC (2 years, 6 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE
Changes since 1.1208.2.4: +3 -2
lines
Diff to previous 1.1208.2.4 (colored) to branchpoint 1.1208 (colored) next main 1.1209 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #980): sys/dev/pci/if_aq.c: revision 1.4 sys/dev/pci/if_aq.c: revision 1.5 sys/arch/amd64/conf/GENERIC: revision 1.553 sys/dev/pci/files.pci: revision 1.419 sys/arch/amd64/conf/XEN3_DOM0: revision 1.170 sys/dev/pci/if_aq.c: revision 1.9 share/man/man4/Makefile: revision 1.693 sys/dev/pci/pcidevs: revision 1.1411 share/man/man4/aq.4: revision 1.1 share/man/man4/aq.4: revision 1.3 sys/arch/i386/conf/ALL: revision 1.479 share/man/man4/aq.4: revision 1.4 sys/dev/pci/if_aq.c: revision 1.10 sys/dev/pci/files.pci: revision 1.421 sys/dev/pci/if_aq.c: revision 1.11 sys/dev/pci/if_aq.c: revision 1.12 sys/dev/pci/if_aq.c: revision 1.13 sys/dev/pci/if_aq.c: revision 1.14 sys/dev/pci/if_aq.c: revision 1.15 sys/dev/pci/if_aq.c: revision 1.16 sys/dev/pci/pcidevs: revision 1.1408 sys/arch/amd64/conf/ALL: revision 1.135 sys/net/ethertypes.h: revision 1.19 sys/arch/i386/conf/GENERIC: revision 1.1218 distrib/sets/lists/man/mi: revision 1.1668 sys/dev/pci/if_aq.c: revision 1.1 sys/dev/pci/if_aq.c: revision 1.2 sys/dev/pci/pcidevs: revision 1.1395 sys/dev/pci/if_aq.c: revision 1.3 sys/arch/evbarm/conf/GENERIC64: revision 1.125 Add the ETHERTYPE_QINQ for 802.1ad VLAN stacking add Aquantia AQC 10G network adapters add support Aquantia AQC seriese 10G network adapters. this driver is based on the FreeBSD version https://github.com/Aquantia/aqtion-freebsd , but drastically rewritten for NetBSD. add aq(4) Add Aquantia AQC100, AQC100S and D100. add support VLAN HW filter set/clear IFF_OACTIVE flag only on txring 0 make counters per queue support internal PHY temperature sensor Found by kUBSan: - Use unsigned to avoid undefined behavior in aq_hw_init(). - Cast to unsigned to avoid undefined behavior in aq_set_mac_addr(). fix descriptions of register map in comment return the ifmedia active status correctly even while the link is not up after attach. pointed out by msaitoh@. thanks. On FIBRE devices, there are times when linkstat interrupt doesn't occur? reported from Andrius V. thanks. - use polling instead of linkstat interrupt when FIBRE - add AQ_FORCE_POLL_LINKSTAT options (not by default) sort product table, and tabify add support AQC100S and D100. not tested, but they are probably the same as the AQC100.
Revision 1.1229 / (download) - annotate - [select for diffs], Sat Apr 25 16:10:06 2020 UTC (2 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.1228: +3 -3
lines
Diff to previous 1.1228 (colored)
Disable -g, which got enabled by mistake in the bouyer-xenpvh merge
Revision 1.1228 / (download) - annotate - [select for diffs], Sat Apr 25 15:26:16 2020 UTC (2 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.1227: +12 -3
lines
Diff to previous 1.1227 (colored)
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM guests in GENERIC. Xen support can be disabled at runtime with boot -c disable hypervisor
Revision 1.1227.2.2 / (download) - annotate - [select for diffs], Sat Apr 25 15:03:18 2020 UTC (2 years, 9 months ago) by bouyer
Branch: bouyer-xenpvh
Changes since 1.1227.2.1: +11 -2
lines
Diff to previous 1.1227.2.1 (colored) to branchpoint 1.1227 (colored) next main 1.1228 (colored)
Merge GENERIC_XENHVM in GENERIC. Remove XEN3_PVHVM/XEN3PAE_PVHVM files which have been obsolete for some time on the branch
Revision 1.1227.2.1 / (download) - annotate - [select for diffs], Mon Apr 20 19:38:11 2020 UTC (2 years, 9 months ago) by bouyer
Branch: bouyer-xenpvh
Changes since 1.1227: +3 -3
lines
Diff to previous 1.1227 (colored)
build with -g on the branch
Revision 1.1180.2.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:52 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.1180.2.2: +9 -7
lines
Diff to previous 1.1180.2.2 (colored) to branchpoint 1.1180 (colored) next main 1.1181 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.1180.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:39 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.1180.2.1: +6 -16
lines
Diff to previous 1.1180.2.1 (colored) to branchpoint 1.1180 (colored)
Merge changes from current as of 20200406
Revision 1.1227 / (download) - annotate - [select for diffs], Sat Mar 28 08:35:36 2020 UTC (2 years, 10 months ago) by isaki
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base
Branch point for: bouyer-xenpvh
Changes since 1.1226: +2 -5
lines
Diff to previous 1.1226 (colored)
Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k (m68k uses 40msec default as before). And remove the option from GENERIC. - It's not good idea to set such parameter in individual GENERICs. - 4msec is (probably no problem for most modern real hardware but) too aggressive to be default. - 10msec is too severe for antique machines but it's hard to draw a line.
Revision 1.1226 / (download) - annotate - [select for diffs], Mon Mar 16 19:09:34 2020 UTC (2 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.1225: +5 -2
lines
Diff to previous 1.1225 (colored)
Lower blk_ms on more ports that are even slightly likely to play video
Revision 1.1218.2.2 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:24 2020 UTC (2 years, 10 months ago) by ad
Branch: ad-namecache
Changes since 1.1218.2.1: +3 -3
lines
Diff to previous 1.1218.2.1 (colored) to branchpoint 1.1218 (colored) next main 1.1219 (colored)
Sync with head.
Revision 1.1225 / (download) - annotate - [select for diffs], Mon Feb 17 06:32:46 2020 UTC (2 years, 11 months ago) by nisimura
Branch: MAIN
CVS Tags: is-mlppp-base,
is-mlppp,
ad-namecache-base3
Changes since 1.1224: +3 -2
lines
Diff to previous 1.1224 (colored)
add kse(4) for i386/amd64 GENERIC
Revision 1.1224 / (download) - annotate - [select for diffs], Sun Feb 9 16:06:18 2020 UTC (2 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1223: +2 -3
lines
Diff to previous 1.1223 (colored)
Retire azalia(4).
Revision 1.1218.2.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:40 2020 UTC (3 years ago) by ad
Branch: ad-namecache
Changes since 1.1218: +2 -14
lines
Diff to previous 1.1218 (colored)
Sync with head.
Revision 1.1223 / (download) - annotate - [select for diffs], Sat Jan 25 18:38:36 2020 UTC (3 years ago) by thorpej
Branch: MAIN
CVS Tags: ad-namecache-base2
Changes since 1.1222: +2 -3
lines
Diff to previous 1.1222 (colored)
Retire "le* at pci?" from the shipped kernel configs: - If the config had both an le@pci and a pcn, simply remove le@pci (pcn would match at a higher priority anyway). - If the config had le@pci enabled, but no pcn, change le@pci to pcn. - If the config had le@pci commented out, but no pcn, change le@pci to pcn and leave it commented out. The pcn driver supports more chips than le@pci and does DMA directly to/from mbufs rather than memory copies.
Revision 1.1222 / (download) - annotate - [select for diffs], Mon Jan 20 18:38:20 2020 UTC (3 years ago) by thorpej
Branch: MAIN
Changes since 1.1221: +2 -4
lines
Diff to previous 1.1221 (colored)
Remove FDDI support.
Revision 1.1221 / (download) - annotate - [select for diffs], Sun Jan 19 20:00:37 2020 UTC (3 years ago) by thorpej
Branch: MAIN
Changes since 1.1220: +2 -9
lines
Diff to previous 1.1220 (colored)
Remove Token Ring support.
Revision 1.1220 / (download) - annotate - [select for diffs], Sun Jan 19 06:55:23 2020 UTC (3 years ago) by thorpej
Branch: MAIN
Changes since 1.1219: +2 -3
lines
Diff to previous 1.1219 (colored)
Remove HIPPI support and the esh(4) driver that uses it. There have not been any users of HIPPI for some time, and it is unlikely to be resurrected.
Revision 1.1219 / (download) - annotate - [select for diffs], Sun Jan 19 01:25:05 2020 UTC (3 years ago) by thorpej
Branch: MAIN
Changes since 1.1218: +2 -3
lines
Diff to previous 1.1218 (colored)
Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete.
Revision 1.1218 / (download) - annotate - [select for diffs], Wed Jan 1 10:36:43 2020 UTC (3 years ago) by ryo
Branch: MAIN
CVS Tags: ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Changes since 1.1217: +3 -2
lines
Diff to previous 1.1217 (colored)
add aq(4)
Revision 1.1217 / (download) - annotate - [select for diffs], Tue Dec 10 12:08:52 2019 UTC (3 years, 1 month ago) by yamaguchi
Branch: MAIN
Changes since 1.1216: +3 -2
lines
Diff to previous 1.1216 (colored)
Ported driver for Intel Ethernet 700 series reviewed by msaitoh and knakahara
Revision 1.1216 / (download) - annotate - [select for diffs], Thu Dec 5 22:05:05 2019 UTC (3 years, 1 month ago) by sevan
Branch: MAIN
Changes since 1.1215: +3 -3
lines
Diff to previous 1.1215 (colored)
Enable pciverbose option to make use of the pcidevs database by default. ok ad, mrg
Revision 1.1208.2.4 / (download) - annotate - [select for diffs], Mon Nov 25 20:47:24 2019 UTC (3 years, 2 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Changes since 1.1208.2.3: +4 -2
lines
Diff to previous 1.1208.2.3 (colored) to branchpoint 1.1208 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #478): sys/dev/mii/smscphy.c: revision 1.1 sys/arch/amd64/conf/ALL: revision 1.127 sys/arch/amd64/conf/ALL: revision 1.128 sys/dev/mii/files.mii: revision 1.52 sys/dev/mii/files.mii: revision 1.53 sys/arch/i386/conf/ALL: revision 1.473 share/man/man4/mii.4: revision 1.29 sys/arch/i386/conf/ALL: revision 1.474 sys/arch/amd64/conf/GENERIC: revision 1.543 sys/arch/amd64/conf/GENERIC: revision 1.544 sys/dev/mii/jmphyreg.h: revision 1.1 share/man/man4/Makefile: revision 1.687 share/man/man4/smscphy.4: revision 1.1 share/man/man4/Makefile: revision 1.688 sys/dev/mii/jmphy.c: revision 1.1 sys/dev/DEVNAMES: revision 1.324 sys/dev/DEVNAMES: revision 1.325 distrib/sets/lists/man/mi: revision 1.1661 sys/arch/i386/conf/GENERIC: revision 1.1214 distrib/sets/lists/man/mi: revision 1.1662 sys/arch/i386/conf/GENERIC: revision 1.1215 share/man/man4/jmphy.4: revision 1.1 share/man/man4/jme.4: revision 1.8 Add jmphy(4) from OpenBSD. Add jmphy.4. Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup and IFM_NONE support.
Revision 1.1208.2.3 / (download) - annotate - [select for diffs], Mon Nov 25 16:44:32 2019 UTC (3 years, 2 months ago) by martin
Branch: netbsd-9
Changes since 1.1208.2.2: +3 -2
lines
Diff to previous 1.1208.2.2 (colored) to branchpoint 1.1208 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #476): sys/dev/pci/if_stgereg.h: revision 1.6 sys/arch/amd64/conf/ALL: revision 1.124 sys/dev/mii/files.mii: revision 1.51 share/man/man4/vge.4: revision 1.8 share/man/man4/vge.4: revision 1.9 distrib/sets/lists/man/mi: revision 1.1656 sys/arch/i386/conf/ALL: revision 1.471 share/man/man4/mii.4: revision 1.28 sys/dev/pci/if_stge.c: revision 1.71 sys/dev/mii/ipgphy.c: revision 1.1 sys/dev/mii/ipgphy.c: revision 1.2 share/man/man4/Makefile: revision 1.684 sys/dev/mii/ipgphy.c: revision 1.3 sys/dev/mii/ipgphyreg.h: revision 1.1 sys/dev/mii/ipgphy.c: revision 1.4 sys/dev/mii/ipgphyreg.h: revision 1.2 sys/dev/mii/ipgphy.c: revision 1.5 sys/dev/mii/ipgphyreg.h: revision 1.3 sys/dev/DEVNAMES: revision 1.322 sys/arch/i386/conf/GENERIC: revision 1.1211 sys/arch/amd64/conf/GENERIC: revision 1.537 share/man/man4/ipgphy.4: revision 1.1 share/man/man4/ipgphy.4: revision 1.2 Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by Tomokazu HARADA and patch provided by Andrius V. New sentence, new line. Fix date. Add RCS Id. KNF. No functional change. STGE_PhyCtrl is not PHY register but MAC register, so use ukphy_status() for IP1000A device. - Use auto-negotiation when forcing 1000BASE-T. - Add XXX comment for strange pause setting code. I suspect this is wrong. - On my environments, 1000BASE-T half duplex doesn't work, so we might remove IFM_1000T_HDX from this device in future. - Define IPGPHY_SCR's address. - Whitespace fix. Add missing NetBSD RCS Id. Reported by Andrius V.
Revision 1.1208.2.2 / (download) - annotate - [select for diffs], Thu Nov 21 18:17:59 2019 UTC (3 years, 2 months ago) by martin
Branch: netbsd-9
Changes since 1.1208.2.1: +5 -5
lines
Diff to previous 1.1208.2.1 (colored) to branchpoint 1.1208 (colored)
In preparation for the upcoming release, turn off DIAGNOSTIC in most kernel configs, modules and libc.
Revision 1.1215 / (download) - annotate - [select for diffs], Fri Nov 1 02:53:23 2019 UTC (3 years, 2 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.1214: +3 -2
lines
Diff to previous 1.1214 (colored)
Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup and IFM_NONE support.
Revision 1.1214 / (download) - annotate - [select for diffs], Wed Oct 30 12:06:25 2019 UTC (3 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.1213: +3 -2
lines
Diff to previous 1.1213 (colored)
Add jmphy(4) from OpenBSD.
Revision 1.1213 / (download) - annotate - [select for diffs], Fri Oct 25 17:39:57 2019 UTC (3 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.1212: +5 -2
lines
Diff to previous 1.1212 (colored)
Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU systems. From Andrew Doran in PR kern/54648.
Revision 1.1212 / (download) - annotate - [select for diffs], Tue Oct 8 18:50:44 2019 UTC (3 years, 3 months ago) by maxv
Branch: MAIN
Changes since 1.1211: +2 -6
lines
Diff to previous 1.1211 (colored)
No I/O ports for TPM-ISA, only MMIO, so remove commented-out options.
Revision 1.1211 / (download) - annotate - [select for diffs], Mon Oct 7 11:53:40 2019 UTC (3 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.1210: +3 -2
lines
Diff to previous 1.1210 (colored)
Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by Tomokazu HARADA and patch provided by Andrius V.
Revision 1.1208.2.1 / (download) - annotate - [select for diffs], Fri Aug 9 15:59:52 2019 UTC (3 years, 5 months ago) by martin
Branch: netbsd-9
Changes since 1.1208: +2 -3
lines
Diff to previous 1.1208 (colored)
Pull up following revision(s) (requested by rin in ticket #35): sys/arch/amd64/conf/ALL: revision 1.121 sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14 sys/arch/amd64/conf/XEN3_DOM0: revision 1.168 sys/arch/i386/conf/GENERIC: revision 1.1210 sys/arch/amd64/conf/GENERIC: revision 1.534 xhci(4) is considered stable enough. So, remove misleading comments. XXX pullup to netbsd-9
Revision 1.1210 / (download) - annotate - [select for diffs], Fri Aug 9 08:01:06 2019 UTC (3 years, 5 months ago) by rin
Branch: MAIN
Changes since 1.1209: +2 -3
lines
Diff to previous 1.1209 (colored)
xhci(4) is considered stable enough. So, remove misleading comments. XXX pullup to netbsd-9
Revision 1.1209 / (download) - annotate - [select for diffs], Thu Aug 8 04:25:21 2019 UTC (3 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.1208: +5 -5
lines
Diff to previous 1.1208 (colored)
Use <SPACE>+<TAB>
Revision 1.1208 / (download) - annotate - [select for diffs], Mon Jun 17 19:01:17 2019 UTC (3 years, 7 months ago) by kamil
Branch: MAIN
CVS Tags: netbsd-9-base
Branch point for: netbsd-9
Changes since 1.1207: +3 -2
lines
Diff to previous 1.1207 (colored)
Register UBSAN_ALWAYS_FATAL in kernel configs for kUBSan
Revision 1.1156.2.15 / (download) - annotate - [select for diffs], Wed Jun 12 10:17:32 2019 UTC (3 years, 7 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE
Changes since 1.1156.2.14: +5 -2
lines
Diff to previous 1.1156.2.14 (colored) to branchpoint 1.1156 (colored) next main 1.1157 (colored)
Pull up following revision(s) (requested by nonaka in ticket #1280): sys/arch/x86/x86/consinit.c: revision 1.29 sys/dev/hyperv/vmbusvar.h: revision 1.2 sys/dev/hyperv/genfb_vmbusvar.h: revision 1.1 sys/arch/x86/x86/x86_autoconf.c: revision 1.78 sys/arch/x86/x86/identcpu.c: revision 1.91 sys/arch/x86/x86/hyperv.c: revision 1.2 sys/arch/x86/x86/hyperv.c: revision 1.3 sys/arch/x86/x86/hyperv.c: revision 1.4 sys/arch/i386/conf/GENERIC: revision 1.1207 sys/dev/wscons/wsconsio.h: revision 1.123 sys/arch/x86/x86/hypervvar.h: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.528 sys/dev/hyperv/files.hyperv: revision 1.2 sys/arch/x86/include/autoconf.h: revision 1.6 sys/dev/hyperv/hyperv_common.c: revision 1.2 sys/arch/xen/x86/autoconf.c: revision 1.23 sys/arch/x86/pci/pci_machdep.c: revision 1.86 sys/dev/hyperv/hvkbd.c: revision 1.1 sys/dev/hyperv/hypervvar.h: revision 1.2 sys/dev/acpi/vmbus_acpi.c: revision 1.2 sys/dev/hyperv/vmbus.c: revision 1.3 sys/dev/hyperv/hvkbdvar.h: revision 1.1 sys/dev/hyperv/genfb_vmbus.c: revision 1.1 Added drivers for Hyper-V Synthetic Keyboard and Video device. Avoid undefined reference to `hyperv_guid_video' without vmbus(4). Avoid undefined reference to `hyperv_is_gen1' without hyperv(4). Use efi_probe().
Revision 1.1180.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:20 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.1180: +32 -257
lines
Diff to previous 1.1180 (colored)
Sync with HEAD
Revision 1.1207 / (download) - annotate - [select for diffs], Fri May 24 14:28:48 2019 UTC (3 years, 8 months ago) by nonaka
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.1206: +5 -2
lines
Diff to previous 1.1206 (colored)
Added drivers for Hyper-V Synthetic Keyboard and Video device.
Revision 1.1206 / (download) - annotate - [select for diffs], Mon May 6 02:24:37 2019 UTC (3 years, 8 months ago) by sevan
Branch: MAIN
Changes since 1.1205: +4 -33
lines
Diff to previous 1.1205 (colored)
Use filesystems.config to reduce duplication
Revision 1.1205 / (download) - annotate - [select for diffs], Fri Apr 26 21:40:30 2019 UTC (3 years, 9 months ago) by sevan
Branch: MAIN
Changes since 1.1204: +4 -16
lines
Diff to previous 1.1204 (colored)
Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. On ports without a GENERIC kernel config enable in individul files, e.g evbmips. Omit on: atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k, mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource constraints or port infancy.
Revision 1.1156.2.14 / (download) - annotate - [select for diffs], Sat Mar 9 17:10:20 2019 UTC (3 years, 10 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Changes since 1.1156.2.13: +12 -2
lines
Diff to previous 1.1156.2.13 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) via patch (requested by nonaka in ticket #1210): sys/dev/hyperv/vmbusvar.h: revision 1.1 sys/dev/hyperv/hvs.c: revision 1.1 sys/dev/hyperv/if_hvn.c: revision 1.1 sys/dev/hyperv/vmbusic.c: revision 1.1 sys/arch/x86/x86/lapic.c: revision 1.69 sys/arch/x86/isa/clock.c: revision 1.34 sys/arch/x86/include/intrdefs.h: revision 1.22 sys/arch/i386/conf/GENERIC: revision 1.1201 sys/arch/x86/x86/hyperv.c: revision 1.1 sys/arch/x86/include/cpu.h: revision 1.105 sys/arch/x86/x86/x86_machdep.c: revision 1.124 sys/arch/i386/conf/GENERIC: revision 1.1203 sys/arch/amd64/amd64/genassym.cf: revision 1.74 sys/arch/i386/conf/GENERIC: revision 1.1204 sys/arch/amd64/conf/GENERIC: revision 1.520 sys/arch/x86/x86/hypervreg.h: revision 1.1 sys/arch/amd64/amd64/vector.S: revision 1.69 sys/dev/hyperv/hvshutdown.c: revision 1.1 sys/dev/hyperv/hvshutdown.c: revision 1.2 sys/dev/usb/if_urndisreg.h: file removal sys/arch/x86/x86/cpu.c: revision 1.167 sys/arch/x86/conf/files.x86: revision 1.107 sys/dev/usb/if_urndis.c: revision 1.20 sys/dev/hyperv/vmbusicreg.h: revision 1.1 sys/dev/hyperv/hvheartbeat.c: revision 1.1 sys/dev/hyperv/vmbusicreg.h: revision 1.2 sys/dev/hyperv/hvheartbeat.c: revision 1.2 sys/dev/hyperv/files.hyperv: revision 1.1 sys/dev/ic/rndisreg.h: revision 1.1 sys/arch/i386/i386/genassym.cf: revision 1.111 sys/dev/ic/rndisreg.h: revision 1.2 sys/dev/hyperv/hyperv_common.c: revision 1.1 sys/dev/hyperv/hvtimesync.c: revision 1.1 sys/dev/hyperv/hypervreg.h: revision 1.1 sys/dev/hyperv/hvtimesync.c: revision 1.2 sys/dev/hyperv/vmbusicvar.h: revision 1.1 sys/dev/hyperv/if_hvnreg.h: revision 1.1 sys/arch/x86/x86/lapic.c: revision 1.70 sys/arch/amd64/amd64/vector.S: revision 1.70 sys/dev/ic/ndisreg.h: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.516 sys/dev/hyperv/hypervvar.h: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.518 sys/arch/amd64/conf/GENERIC: revision 1.519 sys/arch/i386/conf/files.i386: revision 1.400 sys/dev/acpi/vmbus_acpi.c: revision 1.1 sys/dev/hyperv/vmbus.c: revision 1.1 sys/dev/hyperv/vmbus.c: revision 1.2 sys/arch/x86/x86/intr.c: revision 1.144 sys/arch/i386/i386/vector.S: revision 1.83 sys/arch/amd64/conf/files.amd64: revision 1.112 separate RNDIS definitions from urndis(4) for use with Hyper-V NetVSC. - Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD. graphical console is not work on Gen.2 VM yet. To use the serial console, enter "consdev com,0x3f8,115200" on efiboot. - Add __diagused. - PR/53984: Partial revert of modify lapic_calibrate_timer() in lapic.c r1.69. - Update Hyper-V related drivers description. - Remove unused definition. - Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly discussed on irc. NFCI intended. - commented out hvkvp entry. - fix typo. pointed out by pgoyette@n.o. - Use IDTVEC instead of NENTRY for handle_hyperv_hypercall. - Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly discussed on irc.
Revision 1.1204 / (download) - annotate - [select for diffs], Fri Mar 1 12:23:10 2019 UTC (3 years, 11 months ago) by nonaka
Branch: MAIN
CVS Tags: isaki-audio2-base,
isaki-audio2
Changes since 1.1203: +3 -3
lines
Diff to previous 1.1203 (colored)
commented out hvkvp entry.
Revision 1.1203 / (download) - annotate - [select for diffs], Fri Mar 1 08:17:51 2019 UTC (3 years, 11 months ago) by nonaka
Branch: MAIN
Changes since 1.1202: +6 -5
lines
Diff to previous 1.1202 (colored)
Update Hyper-V related drivers description.
Revision 1.1202 / (download) - annotate - [select for diffs], Sat Feb 23 12:28:22 2019 UTC (3 years, 11 months ago) by kamil
Branch: MAIN
Changes since 1.1201: +7 -2
lines
Diff to previous 1.1201 (colored)
Register kUBSan and KCOV in kernel=GENERIC of NetBSD/i386 Both options are disabled by default.
Revision 1.1201 / (download) - annotate - [select for diffs], Fri Feb 15 08:54:01 2019 UTC (3 years, 11 months ago) by nonaka
Branch: MAIN
Changes since 1.1200: +11 -2
lines
Diff to previous 1.1200 (colored)
Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD. graphical console is not work on Gen.2 VM yet. To use the serial console, enter "consdev com,0x3f8,115200" on efiboot.
Revision 1.1200 / (download) - annotate - [select for diffs], Sun Jan 27 08:53:30 2019 UTC (4 years ago) by maxv
Branch: MAIN
Changes since 1.1199: +2 -5
lines
Diff to previous 1.1199 (colored)
Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos.
Revision 1.1174.2.8 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:38 2018 UTC (4 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.1174.2.7: +5 -3
lines
Diff to previous 1.1174.2.7 (colored) to branchpoint 1.1174 (colored) next main 1.1175 (colored)
Sync with HEAD, resolve a few conflicts
Revision 1.1199 / (download) - annotate - [select for diffs], Tue Dec 25 11:56:14 2018 UTC (4 years, 1 month ago) by mlelstv
Branch: MAIN
CVS Tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226
Changes since 1.1198: +4 -2
lines
Diff to previous 1.1198 (colored)
Make ipmi driver available to other platforms. Add ACPI attachment.
Revision 1.1198 / (download) - annotate - [select for diffs], Fri Dec 14 22:00:26 2018 UTC (4 years, 1 month ago) by jakllsch
Branch: MAIN
Changes since 1.1197: +3 -2
lines
Diff to previous 1.1197 (colored)
add cardbus malo(4) to x86 GENERIC and ALL kernels
Revision 1.1197 / (download) - annotate - [select for diffs], Wed Dec 12 06:29:37 2018 UTC (4 years, 1 month ago) by maxv
Branch: MAIN
Changes since 1.1196: +2 -3
lines
Diff to previous 1.1196 (colored)
Remove references to "lmc" in the kernel configurations.
Revision 1.1196 / (download) - annotate - [select for diffs], Tue Dec 11 16:52:49 2018 UTC (4 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.1195: +4 -4
lines
Diff to previous 1.1195 (colored)
revert previous, nouveau apparently works for some people.
Revision 1.1195 / (download) - annotate - [select for diffs], Tue Dec 11 11:00:18 2018 UTC (4 years, 1 month ago) by maya
Branch: MAIN
Changes since 1.1194: +4 -4
lines
Diff to previous 1.1194 (colored)
disable nouveau. it hasn't been functional since the import of new drmkms code.
Revision 1.1156.2.13 / (download) - annotate - [select for diffs], Fri Dec 7 17:11:37 2018 UTC (4 years, 1 month ago) by martin
Branch: netbsd-8
Changes since 1.1156.2.12: +3 -2
lines
Diff to previous 1.1156.2.12 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by bouyer in ticket #1129): sys/arch/amd64/conf/XEN3_DOM0: revision 1.159 sys/arch/amd64/conf/GENERIC: revision 1.508 sys/arch/i386/conf/ALL: revision 1.458 sys/dev/ic/mfi.c: revision 1.60 sys/dev/pci/mpiireg.h: revision 1.1 distrib/sets/lists/man/mi: revision 1.1628 sys/dev/pci/mfii.c: revision 1.1,1.2 (adapted) sys/arch/i386/conf/GENERIC: revision 1.1194 sys/dev/pci/mpii.c: revision 1.13 sys/dev/ic/mfireg.h: revision 1.9 share/man/man4/mfii.4: revision 1.1 share/man/man4/Makefile: revision 1.673 (patch) sys/dev/pci/files.pci: revision 1.410 share/man/man4/mfii.4: revision 1.2 sys/arch/amd64/conf/ALL: revision 1.108 sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.8 (patch, in XEN3_DOM0) Add some definitions from OpenBSD, needed by the upcoming mfii driver. No functionnal change. - Move registers definitions to a separate file, needed for the upcomning mpii driver. No functionnal change. - Add mpii(4), a driver for LSI Megaraid Fusion controllers. Ported from OpenBSD. This driver is MP-safe. Note that the earlier fusion controllers (Megaraid 2208, codenamed Thunderbold) are also supported by mfi(4). mpii will take precedence if both drivers are enabled. Tested on a mfii0 at pci6 dev 0 function 0: "PERC H740P Adapter ", firmware 50.3.0-1512, 819 2MB cache mfii0: interrupting at ioapic2 pin 2 scsibus0 at mfii0: 64 targets, 8 luns per target scsibus0: waiting 2 seconds for devices to settle... sd0 at scsibus0 target 0 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed sd0: fabricating a geometry sd0: 99 GB, 102399 cyl, 64 head, 32 sec, 512 bytes/sect x 209714688 sectors sd0: tagged queueing sd1 at scsibus0 target 1 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed sd1: fabricating a geometry sd1: 22254 GB, 22788608 cyl, 64 head, 32 sec, 512 bytes/sect x 46671069696 sectors sd1: fabricating a geometry It supports bioctl(8) ioctls, as well as sensors for the BBU and logical drives. Sponsored by LIP6. - Add my name in copyright list - add a man page for the new mpii, mostly from OpenBSD. - Sort SEE ALSO. Fix date. Whitespace fixes.
Revision 1.1174.2.7 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:25 2018 UTC (4 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174.2.6: +4 -2
lines
Diff to previous 1.1174.2.6 (colored) to branchpoint 1.1174 (colored)
Sync with HEAD, resolve a couple of conflicts
Revision 1.1194 / (download) - annotate - [select for diffs], Sat Nov 24 18:23:29 2018 UTC (4 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: pgoyette-compat-1126
Changes since 1.1193: +3 -2
lines
Diff to previous 1.1193 (colored)
Add mpii(4), a driver for LSI Megaraid Fusion controllers. Ported from OpenBSD. This driver is MP-safe. Note that the earlier fusion controllers (Megaraid 2208, codenamed Thunderbold) are also supported by mfi(4). mpii will take precedence if both drivers are enabled. Tested on a mfii0 at pci6 dev 0 function 0: "PERC H740P Adapter ", firmware 50.3.0-1512, 819 2MB cache mfii0: interrupting at ioapic2 pin 2 scsibus0 at mfii0: 64 targets, 8 luns per target scsibus0: waiting 2 seconds for devices to settle... sd0 at scsibus0 target 0 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed sd0: fabricating a geometry sd0: 99 GB, 102399 cyl, 64 head, 32 sec, 512 bytes/sect x 209714688 sectors sd0: tagged queueing sd1 at scsibus0 target 1 lun 0: <DELL, PERC H740P Adp, 5.03> disk fixed sd1: fabricating a geometry sd1: 22254 GB, 22788608 cyl, 64 head, 32 sec, 512 bytes/sect x 46671069696 sectors sd1: fabricating a geometry It supports bioctl(8) ioctls, as well as sensors for the BBU and logical drives. Sponsored by LIP6.
Revision 1.1193 / (download) - annotate - [select for diffs], Thu Nov 1 13:11:11 2018 UTC (4 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.1192: +3 -2
lines
Diff to previous 1.1192 (colored)
Add bwfm at pci
Revision 1.1156.2.12 / (download) - annotate - [select for diffs], Wed Oct 31 09:30:10 2018 UTC (4 years, 2 months ago) by martin
Branch: netbsd-8
Changes since 1.1156.2.11: +3 -2
lines
Diff to previous 1.1156.2.11 (colored) to branchpoint 1.1156 (colored)
Add bwfm config glue, requested by maya in ticket #1072.
Revision 1.1174.2.6 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:44 2018 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174.2.5: +2 -3
lines
Diff to previous 1.1174.2.5 (colored) to branchpoint 1.1174 (colored)
Ssync with HEAD
Revision 1.1156.2.11 / (download) - annotate - [select for diffs], Fri Sep 7 12:27:26 2018 UTC (4 years, 4 months ago) by martin
Branch: netbsd-8
Changes since 1.1156.2.10: +3 -191
lines
Diff to previous 1.1156.2.10 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by mrg in ticket #1011): sys/dev/usb/usbdevices.config: revision 1.32 (patch) sys/arch/amd64/conf/GENERIC: revision 1.502 (patch) sys/arch/i386/conf/GENERIC: revision 1.1188 (patch) - add commented entries that exist in amd64 GENERIC: oboe, mos, umb. (XXX: mos might be deleteable now?). - comment uscanner(4) -- usb scanners use ugen(4) interface. - minor sort. - use dev/usb/usbdevices.config, gaining these missing drivers: slurm(4), uthum(4), umcs(4), uark(4), upgt(4), and usmsc(4). - use dev/usb/usbdevices.config instead of a local list. adds slurm(4), umcs(4), uark(4), and usmsc(4).
Revision 1.1174.2.5 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:34 2018 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174.2.4: +5 -204
lines
Diff to previous 1.1174.2.4 (colored) to branchpoint 1.1174 (colored)
Sync with HEAD Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.1192 / (download) - annotate - [select for diffs], Thu Sep 6 05:36:50 2018 UTC (4 years, 4 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-1020,
pgoyette-compat-0930
Changes since 1.1191: +2 -3
lines
Diff to previous 1.1191 (colored)
Retire the 'midway' driver. Discussed on tech-net@ recently and also three years ago, part of removing the network ATM code.
Revision 1.1191 / (download) - annotate - [select for diffs], Sat Aug 25 07:48:56 2018 UTC (4 years, 5 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0906
Changes since 1.1190: +2 -4
lines
Diff to previous 1.1190 (colored)
Retire NDIS. It appears that it has never worked, after 13 years it was still marked as "experimental", and nowadays it may be one more obstacle to MPification of the network stack. Discussed on tech-net@.
Revision 1.1190 / (download) - annotate - [select for diffs], Tue Aug 14 06:37:59 2018 UTC (4 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1189: +2 -3
lines
Diff to previous 1.1189 (colored)
Replace references to etherip by l2tp. Etherip was already not enabled anyway.
Revision 1.1189 / (download) - annotate - [select for diffs], Tue Aug 14 06:04:24 2018 UTC (4 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1188: +3 -2
lines
Diff to previous 1.1188 (colored)
Enable L2TP on all x86 configurations, not just native amd64.
Revision 1.1188 / (download) - annotate - [select for diffs], Mon Aug 13 18:48:53 2018 UTC (4 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.1187: +3 -193
lines
Diff to previous 1.1187 (colored)
use dev/usb/usbdevices.config instead of a local list. adds slurm(4), umcs(4), uark(4), and usmsc(4).
Revision 1.1187 / (download) - annotate - [select for diffs], Sun Aug 12 17:59:21 2018 UTC (4 years, 5 months ago) by sevan
Branch: MAIN
Changes since 1.1186: +2 -6
lines
Diff to previous 1.1186 (colored)
Remove commented out BPFJIT & SLJIT options as they are provided as loadable modules already. Heads up by <leot> <christos>
Revision 1.1186 / (download) - annotate - [select for diffs], Fri Aug 10 17:54:46 2018 UTC (4 years, 5 months ago) by sevan
Branch: MAIN
Changes since 1.1185: +6 -2
lines
Diff to previous 1.1185 (colored)
Add snippet for bpfjit(4) as both i386 and amd64 are listed as supported. Ideally BPFJIT should be enabled by default for use with NPF but I haven't raised the question (no access to email at the moment) hence both are disabled.
Revision 1.1185 / (download) - annotate - [select for diffs], Wed Aug 1 16:59:09 2018 UTC (4 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1184: +3 -11
lines
Diff to previous 1.1184 (colored)
Unreference IPF/PF from the x86 config files (amd64, i386, xen), and enable NPF instead when wanted.
Revision 1.1184 / (download) - annotate - [select for diffs], Tue Jul 31 16:44:29 2018 UTC (4 years, 6 months ago) by khorben
Branch: MAIN
Changes since 1.1183: +3 -2
lines
Diff to previous 1.1183 (colored)
Add a port of the umb(4) driver from OpenBSD The umb(4) driver provides support for USB MBIM (Mobile Broadband Interface Model) devices. MBIM devices establish connections via cellular networks such as GPRS, UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames. Required configuration parameters like PIN and APN have to be set with umbctl(8), a new tool specific to this driver. The IP address is configured automatically; the default route and DNS server information have to be set separately. The driver is not fully functional yet, it is therefore still marked as experimental and disabled by default. Any help welcome to complete it! Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo ThinkPad T440s. No functional change expected otherwise.
Revision 1.1174.2.4 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:34 2018 UTC (4 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174.2.3: +2 -5
lines
Diff to previous 1.1174.2.3 (colored) to branchpoint 1.1174 (colored)
Sync with HEAD
Revision 1.1183 / (download) - annotate - [select for diffs], Fri Jul 13 09:37:32 2018 UTC (4 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0728
Changes since 1.1182: +2 -3
lines
Diff to previous 1.1182 (colored)
Remove the X86PMC code I had written, replaced by tprof. Many defines become unused in specialreg.h, so remove them. We don't want to add defines all the time, there are countless PMCs on many generations, and it's better to just inline the event/unit values.
Revision 1.1182 / (download) - annotate - [select for diffs], Tue Jul 10 19:58:13 2018 UTC (4 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.1181: +2 -3
lines
Diff to previous 1.1181 (colored)
Remove unused macro.
Revision 1.1181 / (download) - annotate - [select for diffs], Tue Jul 10 17:01:43 2018 UTC (4 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.1180: +2 -3
lines
Diff to previous 1.1180 (colored)
Remove viadrm(4), superseded by viadrmums. Aside from viadrm using older drm code, it's also dysfunctional right now. See PR port-i386/53364.
Revision 1.1174.2.3 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:42 2018 UTC (4 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174.2.2: +25 -24
lines
Diff to previous 1.1174.2.2 (colored) to branchpoint 1.1174 (colored)
Sync with HEAD
Revision 1.1156.2.10 / (download) - annotate - [select for diffs], Sat Jun 9 15:12:21 2018 UTC (4 years, 7 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-0-RELEASE,
netbsd-8-0-RC2
Changes since 1.1156.2.9: +3 -2
lines
Diff to previous 1.1156.2.9 (colored) to branchpoint 1.1156 (colored)
Pullup the following revisions, requested by maxv in ticket #865: sys/arch/amd64/amd64/machdep.c 1.303 (patch) sys/arch/amd64/conf/GENERIC 1.492 (patch) sys/arch/amd64/conf/files.amd64 1.103 (patch) sys/arch/i386/i386/machdep.c 1.806 (patch) sys/arch/i386/conf/GENERIC 1.1179 (patch) sys/arch/i386/conf/files.i386 1.393 (patch) sys/arch/x86/include/cpu.h 1.91 (patch) sys/arch/x86/include/specialreg.h upto 1.126 (patch) sys/arch/x86/x86/x86_machdep.c upto 1.115 (patch, adapted) sys/arch/x86/x86/spectre.c upto 1.19 (patch, adapted, no IBRS, SpectreV2 mitigations not enabled by default) Backport the hardware SpectreV2 and SpectreV4 mitigations.
Revision 1.1180 / (download) - annotate - [select for diffs], Thu Jun 7 13:36:29 2018 UTC (4 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.1179: +24 -24
lines
Diff to previous 1.1179 (colored)
Revert changes that pinned-down i2c parent specs. The i2c subsystem has been enhanced to make this unnecessary.
Revision 1.1066.2.7.4.2 / (download) - annotate - [select for diffs], Tue May 22 14:49:02 2018 UTC (4 years, 8 months ago) by martin
Branch: netbsd-6-0
Changes since 1.1066.2.7.4.1: +4 -4
lines
Diff to previous 1.1066.2.7.4.1 (colored) to branchpoint 1.1066.2.7 (colored) next main 1.1066.2.8 (colored)
Apply patch requested by maxv in ticket #1500: * disable compat_svr4 and compat_svr4_32 everywhere * disable compat_ibcs2 everywhere but on Vax * remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list
Revision 1.1066.2.7.6.2 / (download) - annotate - [select for diffs], Tue May 22 14:44:30 2018 UTC (4 years, 8 months ago) by martin
Branch: netbsd-6-1
Changes since 1.1066.2.7.6.1: +4 -4
lines
Diff to previous 1.1066.2.7.6.1 (colored) to branchpoint 1.1066.2.7 (colored) next main 1.1066.2.8 (colored)
Apply patch requested by maxv in ticket #1500: * disable compat_svr4 and compat_svr4_32 everywhere * disable compat_ibcs2 everywhere but on Vax * remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list
Revision 1.1066.2.9 / (download) - annotate - [select for diffs], Tue May 22 14:38:20 2018 UTC (4 years, 8 months ago) by martin
Branch: netbsd-6
Changes since 1.1066.2.8: +4 -4
lines
Diff to previous 1.1066.2.8 (colored) to branchpoint 1.1066 (colored) next main 1.1067 (colored)
Apply patch requested by maxv in ticket #1500: * disable compat_svr4 and compat_svr4_32 everywhere * disable compat_ibcs2 everywhere but on Vax * remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list
Revision 1.1179 / (download) - annotate - [select for diffs], Tue May 22 08:15:26 2018 UTC (4 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.1178: +3 -2
lines
Diff to previous 1.1178 (colored)
Clarify the parameters for the SpectreV2 mitigation. Add: machdep.spectre_v2.swmitigated Rename: machdep.spectre_v2.mitigated -> machdep.spectre_v2.hwmitigated Change the method string, to combine both the hardware and software mitigations. swmitigated is set at compile time, hwmitigated can be set by the user. Examples: spectre_v2.swmitigated = 1 spectre_v2.hwmitigated = 0 spectre_v2.method = [GCC retpoline] spectre_v2.swmitigated = 0 spectre_v2.hwmitigated = 0 spectre_v2.method = (none) spectre_v2.swmitigated = 1 spectre_v2.hwmitigated = 1 spectre_v2.method = [GCC retpoline] + [Intel IBRS]
Revision 1.1174.2.2 / (download) - annotate - [select for diffs], Mon May 21 04:36:00 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174.2.1: +24 -24
lines
Diff to previous 1.1174.2.1 (colored) to branchpoint 1.1174 (colored)
Sync with HEAD
Revision 1.1178 / (download) - annotate - [select for diffs], Tue May 15 01:53:27 2018 UTC (4 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: pgoyette-compat-0521
Changes since 1.1177: +24 -24
lines
Diff to previous 1.1177 (colored)
Fully specifiy the location of indirectly-configured I2C devices. In particular, the parent spec must not be wild-carded, as doing so doesn't work well on systems where more than one I2C bus is present. N.B. The x86 platforms are sort of a mess, here... legacy indirect config and ACPI direct config sort of smashed together with the same config file directives.
Revision 1.1156.2.9 / (download) - annotate - [select for diffs], Wed Apr 18 14:45:08 2018 UTC (4 years, 9 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-0-RC1
Changes since 1.1156.2.8: +3 -3
lines
Diff to previous 1.1156.2.8 (colored) to branchpoint 1.1156 (colored)
Requested by skrll in ticket #60: sys/arch/amd64/conf/GENERIC sys/arch/amd64/conf/XEN3_DOM0 sys/arch/amd64/conf/XEN3_DOMU sys/arch/cobalt/conf/GENERIC sys/arch/evbarm/conf/BEAGLEBONE sys/arch/evbarm/conf/BEAGLEBOARD sys/arch/evbarm/conf/BEAGLEBOARDXM sys/arch/evbarm/conf/GENERIC.common sys/arch/i386/conf/GENERIC sys/arch/i386/conf/XEN3_DOM0 sys/arch/i386/conf/XEN3_DOMU sys/arch/mvmeppc/conf/GENERIC sys/arch/shark/conf/GENERIC sys/arch/sparc64/conf/GENERIC sys/arch/zaurus/conf/GENERIC Remove option DIAGNOSTIC.
Revision 1.1174.2.1 / (download) - annotate - [select for diffs], Mon Apr 16 01:59:54 2018 UTC (4 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1174: +4 -2
lines
Diff to previous 1.1174 (colored)
Sync with HEAD, resolve some conflicts
Revision 1.1156.2.8 / (download) - annotate - [select for diffs], Wed Apr 11 14:23:30 2018 UTC (4 years, 9 months ago) by martin
Branch: netbsd-8
Changes since 1.1156.2.7: +4 -2
lines
Diff to previous 1.1156.2.7 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by mrg in ticket #731): sys/arch/i386/conf/files.i386: revision 1.392 sys/arch/i386/conf/GENERIC: revision 1.1175 sys/arch/i386/conf/GENERIC: revision 1.1176 sys/arch/amd64/conf/files.amd64: revision 1.102 sys/arch/i386/conf/GENERIC: revision 1.1177 share/man/man4/options.4: revision 1.485 (patch) sys/arch/i386/conf/Makefile.i386: revision 1.190 sys/arch/amd64/conf/GENERIC: revision 1.487 sys/arch/amd64/conf/ALL: revision 1.85 sys/arch/amd64/conf/GENERIC: revision 1.488 sys/arch/amd64/conf/GENERIC: revision 1.489 sys/arch/amd64/conf/Makefile.amd64: revision 1.67 sys/arch/i386/conf/ALL: revision 1.437 add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turns on the GCC spectre v2 mitigation options. XXX: pullup-8. XXX: turn on in all kernels. actually do what the previous change said: don't turn on the new 'SPECTRE_V2_GCC_MITIGATION' option yet. turn on GCC spectre v2 mitigation options. XXX: amd64 ALL doesn't build for me right now
Revision 1.1177 / (download) - annotate - [select for diffs], Sun Apr 8 00:52:38 2018 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415
Changes since 1.1176: +3 -3
lines
Diff to previous 1.1176 (colored)
turn on GCC spectre v2 mitigation options. XXX: amd64 ALL doesn't build for me right now
Revision 1.1176 / (download) - annotate - [select for diffs], Sat Apr 7 19:39:19 2018 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.1175: +3 -3
lines
Diff to previous 1.1175 (colored)
actually do what the previous change said: don't turn on the new 'SPECTRE_V2_GCC_MITIGATION' option yet.
Revision 1.1175 / (download) - annotate - [select for diffs], Sat Apr 7 19:38:06 2018 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.1174: +4 -2
lines
Diff to previous 1.1174 (colored)
add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turns on the GCC spectre v2 mitigation options. XXX: pullup-8. XXX: turn on in all kernels.
Revision 1.1107.2.13 / (download) - annotate - [select for diffs], Sun Feb 25 21:16:07 2018 UTC (4 years, 11 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-2-RELEASE
Changes since 1.1107.2.12: +4 -4
lines
Diff to previous 1.1107.2.12 (colored) to branchpoint 1.1107 (colored) next main 1.1108 (colored)
Apply patch (requested by maxv in ticket #1499): - disable compat_svr4 and compat_svr4_32 everywhere - disable compat_ibcs2 everywhere but on Vax - remove svr4/svr4_32/ibcs2/freebsd from the module autoload list
Revision 1.1107.2.9.2.2 / (download) - annotate - [select for diffs], Sun Feb 25 21:15:38 2018 UTC (4 years, 11 months ago) by snj
Branch: netbsd-7-1
CVS Tags: netbsd-7-1-2-RELEASE
Changes since 1.1107.2.9.2.1: +4 -4
lines
Diff to previous 1.1107.2.9.2.1 (colored) to branchpoint 1.1107.2.9 (colored) next main 1.1107.2.10 (colored)
Apply patch (requested by maxv in ticket #1499): - disable compat_svr4 and compat_svr4_32 everywhere - disable compat_ibcs2 everywhere but on Vax - remove svr4/svr4_32/ibcs2/freebsd from the module autoload list
Revision 1.1107.2.8.2.2 / (download) - annotate - [select for diffs], Sun Feb 25 21:15:19 2018 UTC (4 years, 11 months ago) by snj
Branch: netbsd-7-0
Changes since 1.1107.2.8.2.1: +4 -4
lines
Diff to previous 1.1107.2.8.2.1 (colored) to branchpoint 1.1107.2.8 (colored) next main 1.1107.2.9 (colored)
Apply patch (requested by maxv in ticket #1499): - disable compat_svr4 and compat_svr4_32 everywhere - disable compat_ibcs2 everywhere but on Vax - remove svr4/svr4_32/ibcs2/freebsd from the module autoload list
Revision 1.1174 / (download) - annotate - [select for diffs], Sun Dec 10 17:19:48 2017 UTC (5 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: pgoyette-compat-base,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.1173: +13 -2
lines
Diff to previous 1.1173 (colored)
Add dwiic, ihidev and ims
Revision 1.1173 / (download) - annotate - [select for diffs], Sat Dec 9 00:29:33 2017 UTC (5 years, 1 month ago) by riastradh
Branch: MAIN
Changes since 1.1172: +3 -2
lines
Diff to previous 1.1172 (colored)
Attach wsmouse at wsmousedev on x86 so modular mice have a hope. As noted on tech-kern: https://mail-index.NetBSD.org/tech-kern/2017/12/08/msg022708.html
Revision 1.1156.2.7 / (download) - annotate - [select for diffs], Mon Dec 4 19:47:05 2017 UTC (5 years, 1 month ago) by snj
Branch: netbsd-8
Changes since 1.1156.2.6: +8 -6
lines
Diff to previous 1.1156.2.6 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by martin in ticket #413): sys/arch/i386/conf/GENERIC: revision 1.1171 PR port-i386/52774: vioscsi missing in i386 kernel
Revision 1.1079.2.5 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:17 2017 UTC (5 years, 1 month ago) by jdolecek
Branch: tls-maxphys
Changes since 1.1079.2.4: +98 -66
lines
Diff to previous 1.1079.2.4 (colored) next main 1.1080 (colored)
update from HEAD
Revision 1.1172 / (download) - annotate - [select for diffs], Thu Nov 30 11:56:45 2017 UTC (5 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.1171: +3 -2
lines
Diff to previous 1.1171 (colored)
add qemufwcfg(4)
Revision 1.1171 / (download) - annotate - [select for diffs], Wed Nov 29 16:10:01 2017 UTC (5 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.1170: +8 -6
lines
Diff to previous 1.1170 (colored)
PR port-i386/52774: vioscsi missing in i386 kernel
Revision 1.1170 / (download) - annotate - [select for diffs], Mon Nov 6 02:57:18 2017 UTC (5 years, 2 months ago) by rin
Branch: MAIN
Changes since 1.1169: +3 -2
lines
Diff to previous 1.1169 (colored)
Revive commented out DISKLABEL_EI option to kernel configuration files that contain FFS_EI option.
Revision 1.1169 / (download) - annotate - [select for diffs], Mon Oct 23 08:08:53 2017 UTC (5 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.1168: +4 -3
lines
Diff to previous 1.1168 (colored)
Add bwfm (and sort other 802.11 usb wifi drivers)
Revision 1.1168 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:41 2017 UTC (5 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.1167: +3 -19
lines
Diff to previous 1.1167 (colored)
clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
Revision 1.1167 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:44 2017 UTC (5 years, 4 months ago) by sevan
Branch: MAIN
Changes since 1.1166: +2 -5
lines
Diff to previous 1.1166 (colored)
Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options. These algorithms are either broken or on their way to being broken. Discussed on tech-security http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html ok riastradh
Revision 1.1156.2.6 / (download) - annotate - [select for diffs], Mon Sep 11 05:13:45 2017 UTC (5 years, 4 months ago) by snj
Branch: netbsd-8
CVS Tags: matt-nb8-mediatek-base,
matt-nb8-mediatek
Changes since 1.1156.2.5: +3 -3
lines
Diff to previous 1.1156.2.5 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by maxv in ticket #256): sys/arch/i386/conf/GENERIC: revision 1.1159 via patch sys/arch/i386/conf/XEN3_DOMU: revision 1.78 via patch sys/arch/i386/conf/XEN3_DOM0: revision 1.114 via patch sys/kern/kern_exec.c: 1.443-1.444 via patch Disable svr4 and ibcs2 by default. These options are not well-tested, of a limited use case, and the potential for damage is too high. Vulnerabilities were presented at DEFCON 25 - I see that at least one of them can be exploited to get ring0 privileges. -- Remove compat_freebsd from the list of autoloaded modules. Interested users will now have to type 'modload' to use it, or uncomment the entry in GENERIC. I should have removed it when I disabled COMPAT_FREEBSD by default, sorry about that. -- Remove compat_svr4, compat_svr4_32 and compat_ibcs2 from the list of autoloaded modules. These options are disabled everywhere (except ibcs2 on Vax, but Vax does not support kernel modules, so doesn't matter), therefore there is no issue in removing them from the list. Interested users will now have to do a 'modload' first, or uncomment the entries in GENERIC.
Revision 1.1156.2.5 / (download) - annotate - [select for diffs], Thu Aug 31 08:41:33 2017 UTC (5 years, 4 months ago) by bouyer
Branch: netbsd-8
Changes since 1.1156.2.4: +3 -3
lines
Diff to previous 1.1156.2.4 (colored) to branchpoint 1.1156 (colored)
apply paych, requested by maxv in ticket #237: sys/arch/amiga/conf/DRACO patch sys/arch/amiga/conf/GENERIC patch sys/arch/amiga/conf/GENERIC.in patch sys/arch/i386/conf/ALL patch sys/arch/i386/conf/GENERIC patch sys/arch/i386/conf/XEN3_DOM0 patch sys/arch/i386/conf/XEN3_DOMU patch sys/arch/sparc/conf/GENERIC patch sys/arch/sparc/conf/KRUPS patch sys/arch/sparc/conf/MRCOFFEE patch sys/arch/sparc/conf/TADPOLE3GX patch sys/arch/sparc64/conf/GENERIC patch sys/arch/sparc64/conf/NONPLUS64 patch sys/kern/kern_exec.c patch Disables compat_svr4 and compat_svr4_32 on each architecture, and removes the associated module autoload entries.
Revision 1.1156.2.4 / (download) - annotate - [select for diffs], Tue Aug 29 09:42:19 2017 UTC (5 years, 5 months ago) by martin
Branch: netbsd-8
Changes since 1.1156.2.3: +3 -3
lines
Diff to previous 1.1156.2.3 (colored) to branchpoint 1.1156 (colored)
Requested by skrll in ticket #60: sys/arch/amd64/conf/GENERIC sys/arch/amd64/conf/XEN3_DOM0 sys/arch/amd64/conf/XEN3_DOMU sys/arch/cobalt/conf/GENERIC sys/arch/evbarm/conf/BEAGLEBONE sys/arch/evbarm/conf/BEAGLEBOARD sys/arch/evbarm/conf/BEAGLEBOARDXM sys/arch/evbarm/conf/GENERIC.common sys/arch/i386/conf/GENERIC sys/arch/i386/conf/XEN3_DOM0 sys/arch/i386/conf/XEN3_DOMU sys/arch/mvmeppc/conf/GENERIC sys/arch/shark/conf/GENERIC sys/arch/sparc64/conf/GENERIC sys/arch/zaurus/conf/GENERIC Re-enable option DIAGNOSTIC for now, will remove it again later.
Revision 1.1118.2.13 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:40 2017 UTC (5 years, 5 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.12: +12 -9
lines
Diff to previous 1.1118.2.12 (colored) to branchpoint 1.1118 (colored) next main 1.1119 (colored)
Sync with HEAD
Revision 1.1066.2.8 / (download) - annotate - [select for diffs], Sat Aug 26 16:26:46 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-6
Changes since 1.1066.2.7: +3 -3
lines
Diff to previous 1.1066.2.7 (colored) to branchpoint 1.1066 (colored)
Apply patch (requested by maxv in ticket #1466): Disable vm86 by default. The use case is limited, and the potential for damage is too high.
Revision 1.1066.2.7.6.1 / (download) - annotate - [select for diffs], Sat Aug 26 16:26:29 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-6-1
Changes since 1.1066.2.7: +3 -3
lines
Diff to previous 1.1066.2.7 (colored)
Apply patch (requested by maxv in ticket #1466): Disable vm86 by default. The use case is limited, and the potential for damage is too high.
Revision 1.1066.2.7.4.1 / (download) - annotate - [select for diffs], Sat Aug 26 16:26:06 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-6-0
Changes since 1.1066.2.7: +3 -3
lines
Diff to previous 1.1066.2.7 (colored)
Apply patch (requested by maxv in ticket #1466): Disable vm86 by default. The use case is limited, and the potential for damage is too high.
Revision 1.1156.2.3 / (download) - annotate - [select for diffs], Fri Aug 25 05:53:12 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-8
Changes since 1.1156.2.2: +3 -3
lines
Diff to previous 1.1156.2.2 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by maxv in ticket #230): sys/arch/i386/conf/GENERIC: revision 1.1158 Disable vm86 by default. The use case is limited, and the potential for damage is too high. This code is fragile, and relies on a certain number of assumptions, some of which are not be totally true. For example, it relies on the fact that a 16bit process cannot perform a syscall, but verily it can. The slighest confusion in the trap frame can lead to ring0 exploits. Also, I'm not convinced that it interacts well with the compatibility layers.
Revision 1.1107.2.12 / (download) - annotate - [select for diffs], Thu Aug 24 06:52:06 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.11: +3 -3
lines
Diff to previous 1.1107.2.11 (colored) to branchpoint 1.1107 (colored)
Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default.
Revision 1.1107.2.9.2.1 / (download) - annotate - [select for diffs], Thu Aug 24 06:51:17 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-7-1
CVS Tags: netbsd-7-1-1-RELEASE
Changes since 1.1107.2.9: +3 -3
lines
Diff to previous 1.1107.2.9 (colored)
Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default.
Revision 1.1107.2.8.2.1 / (download) - annotate - [select for diffs], Thu Aug 24 06:50:16 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-7-0
Changes since 1.1107.2.8: +3 -3
lines
Diff to previous 1.1107.2.8 (colored)
Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default.
Revision 1.1166 / (download) - annotate - [select for diffs], Sun Aug 13 08:48:30 2017 UTC (5 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.1165: +3 -2
lines
Diff to previous 1.1165 (colored)
Add ALPS pms support
Revision 1.1165 / (download) - annotate - [select for diffs], Sat Aug 12 06:46:13 2017 UTC (5 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1164: +2 -3
lines
Diff to previous 1.1164 (colored)
Remove support for vm86 on i386. It is bug-friendly, and there is no point in having kernel support for this: the instruction set of the CPU is small, and it can easily be emulated in userland entirely. There are also several assumptions in the code that are not respected, and the slightest confusion in the trap frame can lead to ring0 exploits. vm86 has received zero maintenance. As far as I can tell, it was added 20 years ago in order to make doscmd work. But doscmd has not been maintained either, and was removed from pkgsrc in 2011. dosbox can be used instead: it does not require kernel support, and will produce better results than our flimsy implementation. Pass 1. (many pieces still in the tree)
Revision 1.1164 / (download) - annotate - [select for diffs], Wed Aug 9 18:45:30 2017 UTC (5 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1163: +2 -3
lines
Diff to previous 1.1163 (colored)
Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns out that compat_ibcs2 does not implement the iBCS2 standard - which is x86-specific - but rather SVR3. Our real iBCS2 implementation was a mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping support for this in i386 is totally irrelevant today. I also asked on port-i386 but didn't wait long. The main issue is that compat_ibcs2 should have been called compat_svr3. But CVS does not support renaming files, and moving things around is both painful and tiring, even more so when no one seems to be interested in doing this work or in the feature at all. For now compat_ibcs2 is available on Vax and will stay, until someone (not me) cleans it up.
Revision 1.1163 / (download) - annotate - [select for diffs], Fri Aug 4 09:30:19 2017 UTC (5 years, 5 months ago) by maxv
Branch: MAIN
Changes since 1.1162: +5 -5
lines
Diff to previous 1.1162 (colored)
Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43. Several compat options happen to be dependent on the compat_43_* functions, the availability of which is (wrongfully) controlled with COMPAT_43. Same for COMPAT_09.
Revision 1.1156.2.2 / (download) - annotate - [select for diffs], Tue Aug 1 23:18:30 2017 UTC (5 years, 5 months ago) by snj
Branch: netbsd-8
Changes since 1.1156.2.1: +3 -3
lines
Diff to previous 1.1156.2.1 (colored) to branchpoint 1.1156 (colored)
Pull up following revision(s) (requested by maxv in ticket #164): distrib/sets/lists/base/md.amd64: revision 1.269 distrib/sets/lists/debug/md.amd64: revision 1.97 sys/arch/amd64/conf/GENERIC: revision 1.460 sys/arch/amd64/conf/files.amd64: revision 1.89 sys/arch/i386/conf/GENERIC: revision 1.1157 sys/arch/i386/conf/files.i386: revision 1.379 sys/arch/i386/i386/i386_trap.S: revision 1.7-1.8 sys/arch/i386/include/frameasm.h: revision 1.16 sys/arch/x86/include/sysarch.h: revision 1.12 sys/arch/x86/x86/pmc.c: revision 1.8-1.10 sys/arch/x86/x86/sys_machdep.c: revision 1.36 sys/arch/xen/conf/files.compat: revision 1.26 sys/secmodel/suser/secmodel_suser.c: revision 1.43 sys/sys/kauth.h: revision 1.74 usr.bin/pmc/Makefile: revision 1.5 usr.bin/pmc/pmc.1: revision 1.12-1.13 usr.bin/pmc/pmc.c: revision 1.24-1.25 style -- style -- Disable interrupts for T_NMI (inline calltrap). Note that there's still a way to evade the NMI mode here, if a segment register faults in INTRFASTEXIT; but we don't care. I didn't test this change, but it seems fine enough. -- Make the PMC syscalls privileged. -- Check argc, and add a message. -- include opt_pmc.h -- Build the pmc tool on amd64. -- Properly handle overflows, and take them into account in userland. -- Update. -- Enable PMCs by default. -- Sort sections. Fix macro usage.
Revision 1.1162 / (download) - annotate - [select for diffs], Mon Jul 31 15:43:33 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.1161: +5 -5
lines
Diff to previous 1.1161 (colored)
Disable all the compat options until COMPAT_10. NetBSD 1.0 was released on October 26 1994; 23 years of compatibility is enough. Discussed with christos quickly.
Revision 1.1161 / (download) - annotate - [select for diffs], Sat Jul 29 18:08:58 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.1160: +2 -3
lines
Diff to previous 1.1160 (colored)
Remove TCP_COMPAT_42 from the config files. Pass 3.
Revision 1.1160 / (download) - annotate - [select for diffs], Sat Jul 29 12:00:56 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.1159: +2 -3
lines
Diff to previous 1.1159 (colored)
Remove svr4 from the config files.
Revision 1.1159 / (download) - annotate - [select for diffs], Fri Jul 28 14:13:13 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.1158: +4 -4
lines
Diff to previous 1.1158 (colored)
Disable svr4 and ibcs2 by default. These options are not well-tested, of a limited use case, and the potential for damage is too high. Vulnerabilities were presented at DEFCON 25 - I see that at least one of them can be exploited to get ring0 privileges.
Revision 1.1158 / (download) - annotate - [select for diffs], Fri Jul 28 13:59:07 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.1157: +3 -3
lines
Diff to previous 1.1157 (colored)
Disable vm86 by default. The use case is limited, and the potential for damage is too high. This code is fragile, and relies on a certain number of assumptions, some of which are not be totally true. For example, it relies on the fact that a 16bit process cannot perform a syscall, but verily it can. The slighest confusion in the trap frame can lead to ring0 exploits. Also, I'm not convinced that it interacts well with the compatibility layers.
Revision 1.1107.2.11 / (download) - annotate - [select for diffs], Tue Jul 25 19:43:03 2017 UTC (5 years, 6 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.10: +3 -2
lines
Diff to previous 1.1107.2.10 (colored) to branchpoint 1.1107 (colored)
Apply patch (requested by nonaka in ticket #1413): iwm(4): Add a driver for Intel Wireless 726x, 316x, 826x and 416x series. Ported from OpenBSD.
Revision 1.1157 / (download) - annotate - [select for diffs], Wed Jul 12 17:40:34 2017 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base,
perseant-stdc-iso10646
Changes since 1.1156: +3 -3
lines
Diff to previous 1.1156 (colored)
Enable PMCs by default.
Revision 1.1156.2.1 / (download) - annotate - [select for diffs], Wed Jul 5 13:58:48 2017 UTC (5 years, 6 months ago) by martin
Branch: netbsd-8
Changes since 1.1156: +5 -5
lines
Diff to previous 1.1156 (colored)
Remove options DIAGNOSTIC/DEBUG and PAX debug options. Requested by snj in #60.
Revision 1.1156 / (download) - annotate - [select for diffs], Sat May 27 22:53:29 2017 UTC (5 years, 8 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-8-base
Branch point for: netbsd-8
Changes since 1.1155: +5 -2
lines
Diff to previous 1.1155 (colored)
Add options CAN and pseudo-device canloop to ALL kernel configs. Add the same commented out to i386/amd64 GENERIC and OLIMEXLIME2 (A20-based). Also add commented out awincan0 in OLIMEXLIME2.
Revision 1.1155 / (download) - annotate - [select for diffs], Wed May 24 20:23:04 2017 UTC (5 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.1154: +3 -3
lines
Diff to previous 1.1154 (colored)
rename u3ginit driver to umodeswitch
Revision 1.1137.2.5 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:03 2017 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.1137.2.4: +5 -2
lines
Diff to previous 1.1137.2.4 (colored) to branchpoint 1.1137 (colored) next main 1.1138 (colored)
Sync with HEAD
Revision 1.1146.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:28 2017 UTC (5 years, 9 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.1146: +7 -4
lines
Diff to previous 1.1146 (colored) next main 1.1147 (colored)
Sync with HEAD
Revision 1.1154 / (download) - annotate - [select for diffs], Tue Apr 18 19:09:12 2017 UTC (5 years, 9 months ago) by riastradh
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
bouyer-socketcan-base1
Changes since 1.1153: +3 -3
lines
Diff to previous 1.1153 (colored)
gson@ informs me the Alea I and II have the same USB product id. Thus, ualea(4) should work for both of them. Rename USB product id ARANEUS ALEA_II to ARANEUS ALEA to reflect this. No functional change intended, except perhaps via usbdevs.
Revision 1.1153 / (download) - annotate - [select for diffs], Mon Apr 17 08:59:37 2017 UTC (5 years, 9 months ago) by riastradh
Branch: MAIN
Changes since 1.1152: +5 -2
lines
Diff to previous 1.1152 (colored)
New rndsource driver for Araneus Alea II TRNG USB devices. Disabled by default in x86/GENERIC and usbdevices.config pending review and testing without rump ugenhc in the way, but enabled in x86/ALL for compile-testing. (Hi gson! Finally found a round tuit in my pocket, next to a certain rectangular one.)
Revision 1.1107.2.10 / (download) - annotate - [select for diffs], Wed Apr 5 19:54:17 2017 UTC (5 years, 9 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.9: +4 -5
lines
Diff to previous 1.1107.2.9 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by skrll in ticket #1395): share/man/man4/axe.4: netbsd-7-nhusb share/man/man4/axen.4: netbsd-7-nhusb share/man/man4/cdce.4: netbsd-7-nhusb share/man/man4/uaudio.4: netbsd-7-nhusb share/man/man4/ucom.4: netbsd-7-nhusb share/man/man4/uep.4: netbsd-7-nhusb share/man/man4/urtw.4: netbsd-7-nhusb share/man/man4/usb.4: netbsd-7-nhusb share/man/man4/uyap.4: netbsd-7-nhusb share/man/man4/xhci.4: netbsd-7-nhusb share/man/man9/usbdi.9: netbsd-7-nhusb sys/arch/amd64/conf/ALL: netbsd-7-nhusb sys/arch/amd64/conf/GENERIC: netbsd-7-nhusb sys/arch/amiga/dev/slhci_zbus.c: netbsd-7-nhusb sys/arch/arm/allwinner/awin_otg.c: netbsd-7-nhusb sys/arch/arm/allwinner/awin_usb.c: netbsd-7-nhusb sys/arch/arm/amlogic/amlogic_dwctwo.c: netbsd-7-nhusb sys/arch/arm/at91/at91ohci.c: netbsd-7-nhusb sys/arch/arm/broadcom/bcm2835_dwctwo.c: netbsd-7-nhusb sys/arch/arm/broadcom/bcm53xx_usb.c: netbsd-7-nhusb sys/arch/arm/ep93xx/epohci.c: netbsd-7-nhusb sys/arch/arm/gemini/obio_ehci.c: netbsd-7-nhusb sys/arch/arm/imx/files.imx23: netbsd-7-nhusb sys/arch/arm/imx/imxusb.c: netbsd-7-nhusb sys/arch/arm/imx/imxusbreg.h: netbsd-7-nhusb sys/arch/arm/omap/obio_ohci.c: netbsd-7-nhusb sys/arch/arm/omap/omap3_ehci.c: netbsd-7-nhusb sys/arch/arm/omap/omapl1x_ohci.c: netbsd-7-nhusb sys/arch/arm/omap/tiotg.c: netbsd-7-nhusb sys/arch/arm/s3c2xx0/ohci_s3c24x0.c: netbsd-7-nhusb sys/arch/arm/samsung/exynos_usb.c: netbsd-7-nhusb sys/arch/arm/xscale/pxa2x0_ohci.c: netbsd-7-nhusb sys/arch/arm/zynq/zynq_usb.c: netbsd-7-nhusb sys/arch/hpcarm/dev/nbp_slhci.c: netbsd-7-nhusb sys/arch/hpcmips/dev/plumohci.c: netbsd-7-nhusb sys/arch/i386/conf/ALL: netbsd-7-nhusb sys/arch/i386/conf/GENERIC: netbsd-7-nhusb sys/arch/i386/pci/gcscehci.c: netbsd-7-nhusb sys/arch/luna68k/conf/GENERIC: netbsd-7-nhusb sys/arch/mips/adm5120/dev/ahci.c: netbsd-7-nhusb sys/arch/mips/adm5120/dev/ahcivar.h: netbsd-7-nhusb sys/arch/mips/alchemy/dev/ohci_aubus.c: netbsd-7-nhusb sys/arch/mips/atheros/dev/ehci_arbus.c: netbsd-7-nhusb sys/arch/mips/atheros/dev/ohci_arbus.c: netbsd-7-nhusb sys/arch/mips/conf/files.adm5120: netbsd-7-nhusb sys/arch/mips/ralink/ralink_ehci.c: netbsd-7-nhusb sys/arch/mips/ralink/ralink_ohci.c: netbsd-7-nhusb sys/arch/mips/rmi/rmixl_ehci.c: netbsd-7-nhusb sys/arch/mips/rmi/rmixl_ohci.c: netbsd-7-nhusb sys/arch/playstation2/dev/ohci_sbus.c: netbsd-7-nhusb sys/arch/powerpc/booke/dev/pq3ehci.c: netbsd-7-nhusb sys/arch/powerpc/ibm4xx/dev/dwctwo_plb.c: netbsd-7-nhusb sys/arch/x68k/dev/slhci_intio.c: netbsd-7-nhusb sys/conf/files: netbsd-7-nhusb sys/dev/cardbus/ehci_cardbus.c: netbsd-7-nhusb sys/dev/cardbus/ohci_cardbus.c: netbsd-7-nhusb sys/dev/cardbus/uhci_cardbus.c: netbsd-7-nhusb sys/dev/ic/sl811hs.c: netbsd-7-nhusb sys/dev/ic/sl811hsvar.h: netbsd-7-nhusb sys/dev/isa/slhci_isa.c: netbsd-7-nhusb sys/dev/marvell/ehci_mv.c: netbsd-7-nhusb sys/dev/pci/ehci_pci.c: netbsd-7-nhusb sys/dev/pci/ohci_pci.c: netbsd-7-nhusb sys/dev/pci/uhci_pci.c: netbsd-7-nhusb sys/dev/pci/xhci_pci.c: netbsd-7-nhusb sys/dev/pcmcia/slhci_pcmcia.c: netbsd-7-nhusb sys/dev/usb/Makefile.usbdevs: netbsd-7-nhusb sys/dev/usb/TODO: netbsd-7-nhusb sys/dev/usb/TODO.usbmp: netbsd-7-nhusb sys/dev/usb/aubtfwl.c: netbsd-7-nhusb sys/dev/usb/auvitek.c: netbsd-7-nhusb sys/dev/usb/auvitek_audio.c: netbsd-7-nhusb sys/dev/usb/auvitek_dtv.c: netbsd-7-nhusb sys/dev/usb/auvitek_i2c.c: netbsd-7-nhusb sys/dev/usb/auvitek_video.c: netbsd-7-nhusb sys/dev/usb/auvitekvar.h: netbsd-7-nhusb sys/dev/usb/ehci.c: netbsd-7-nhusb sys/dev/usb/ehcireg.h: netbsd-7-nhusb sys/dev/usb/ehcivar.h: netbsd-7-nhusb sys/dev/usb/emdtv.c: netbsd-7-nhusb sys/dev/usb/emdtv_dtv.c: netbsd-7-nhusb sys/dev/usb/emdtv_ir.c: netbsd-7-nhusb sys/dev/usb/emdtvvar.h: netbsd-7-nhusb sys/dev/usb/ezload.c: netbsd-7-nhusb sys/dev/usb/ezload.h: netbsd-7-nhusb sys/dev/usb/files.usb: netbsd-7-nhusb sys/dev/usb/hid.c: netbsd-7-nhusb sys/dev/usb/hid.h: netbsd-7-nhusb sys/dev/usb/if_athn_usb.c: netbsd-7-nhusb sys/dev/usb/if_athn_usb.h: netbsd-7-nhusb sys/dev/usb/if_atu.c: netbsd-7-nhusb sys/dev/usb/if_atureg.h: netbsd-7-nhusb sys/dev/usb/if_aue.c: netbsd-7-nhusb sys/dev/usb/if_auereg.h: netbsd-7-nhusb sys/dev/usb/if_axe.c: netbsd-7-nhusb sys/dev/usb/if_axen.c: netbsd-7-nhusb sys/dev/usb/if_axenreg.h: netbsd-7-nhusb sys/dev/usb/if_axereg.h: netbsd-7-nhusb sys/dev/usb/if_cdce.c: netbsd-7-nhusb sys/dev/usb/if_cdcereg.h: netbsd-7-nhusb sys/dev/usb/if_cue.c: netbsd-7-nhusb sys/dev/usb/if_cuereg.h: netbsd-7-nhusb sys/dev/usb/if_kue.c: netbsd-7-nhusb sys/dev/usb/if_kuereg.h: netbsd-7-nhusb sys/dev/usb/if_otus.c: netbsd-7-nhusb sys/dev/usb/if_otusvar.h: netbsd-7-nhusb sys/dev/usb/if_rum.c: netbsd-7-nhusb sys/dev/usb/if_rumreg.h: netbsd-7-nhusb sys/dev/usb/if_rumvar.h: netbsd-7-nhusb sys/dev/usb/if_run.c: netbsd-7-nhusb sys/dev/usb/if_runvar.h: netbsd-7-nhusb sys/dev/usb/if_smsc.c: netbsd-7-nhusb sys/dev/usb/if_smscreg.h: netbsd-7-nhusb sys/dev/usb/if_smscvar.h: netbsd-7-nhusb sys/dev/usb/if_udav.c: netbsd-7-nhusb sys/dev/usb/if_udavreg.h: netbsd-7-nhusb sys/dev/usb/if_upgt.c: netbsd-7-nhusb sys/dev/usb/if_upgtvar.h: netbsd-7-nhusb sys/dev/usb/if_upl.c: netbsd-7-nhusb sys/dev/usb/if_ural.c: netbsd-7-nhusb sys/dev/usb/if_uralreg.h: netbsd-7-nhusb sys/dev/usb/if_uralvar.h: netbsd-7-nhusb sys/dev/usb/if_url.c: netbsd-7-nhusb sys/dev/usb/if_urlreg.h: netbsd-7-nhusb sys/dev/usb/if_urndis.c: netbsd-7-nhusb sys/dev/usb/if_urndisreg.h: netbsd-7-nhusb sys/dev/usb/if_urtw.c: netbsd-7-nhusb sys/dev/usb/if_urtwn.c: netbsd-7-nhusb sys/dev/usb/if_urtwn_data.h: netbsd-7-nhusb sys/dev/usb/if_urtwnreg.h: netbsd-7-nhusb sys/dev/usb/if_urtwnvar.h: netbsd-7-nhusb sys/dev/usb/if_urtwreg.h: netbsd-7-nhusb sys/dev/usb/if_zyd.c: netbsd-7-nhusb sys/dev/usb/if_zydreg.h: netbsd-7-nhusb sys/dev/usb/irmce.c: netbsd-7-nhusb sys/dev/usb/moscom.c: netbsd-7-nhusb sys/dev/usb/motg.c: netbsd-7-nhusb sys/dev/usb/motgvar.h: netbsd-7-nhusb sys/dev/usb/ohci.c: netbsd-7-nhusb sys/dev/usb/ohcireg.h: netbsd-7-nhusb sys/dev/usb/ohcivar.h: netbsd-7-nhusb sys/dev/usb/pseye.c: netbsd-7-nhusb sys/dev/usb/slurm.c: netbsd-7-nhusb sys/dev/usb/stuirda.c: netbsd-7-nhusb sys/dev/usb/u3g.c: netbsd-7-nhusb sys/dev/usb/uark.c: netbsd-7-nhusb sys/dev/usb/uatp.c: netbsd-7-nhusb sys/dev/usb/uaudio.c: netbsd-7-nhusb sys/dev/usb/uberry.c: netbsd-7-nhusb sys/dev/usb/ubsa.c: netbsd-7-nhusb sys/dev/usb/ubsa_common.c: netbsd-7-nhusb sys/dev/usb/ubsavar.h: netbsd-7-nhusb sys/dev/usb/ubt.c: netbsd-7-nhusb sys/dev/usb/uchcom.c: netbsd-7-nhusb sys/dev/usb/ucom.c: netbsd-7-nhusb sys/dev/usb/ucomvar.h: netbsd-7-nhusb sys/dev/usb/ucycom.c: netbsd-7-nhusb sys/dev/usb/udl.c: netbsd-7-nhusb sys/dev/usb/udl.h: netbsd-7-nhusb sys/dev/usb/udsbr.c: netbsd-7-nhusb sys/dev/usb/udsir.c: netbsd-7-nhusb sys/dev/usb/uep.c: netbsd-7-nhusb sys/dev/usb/uftdi.c: netbsd-7-nhusb sys/dev/usb/uftdireg.h: netbsd-7-nhusb sys/dev/usb/ugen.c: netbsd-7-nhusb sys/dev/usb/ugensa.c: netbsd-7-nhusb sys/dev/usb/uhci.c: netbsd-7-nhusb sys/dev/usb/uhcireg.h: netbsd-7-nhusb sys/dev/usb/uhcivar.h: netbsd-7-nhusb sys/dev/usb/uhid.c: netbsd-7-nhusb sys/dev/usb/uhidev.c: netbsd-7-nhusb sys/dev/usb/uhidev.h: netbsd-7-nhusb sys/dev/usb/uhmodem.c: netbsd-7-nhusb sys/dev/usb/uhso.c: netbsd-7-nhusb sys/dev/usb/uhub.c: netbsd-7-nhusb sys/dev/usb/uipad.c: netbsd-7-nhusb sys/dev/usb/uipaq.c: netbsd-7-nhusb sys/dev/usb/uirda.c: netbsd-7-nhusb sys/dev/usb/uirdavar.h: netbsd-7-nhusb sys/dev/usb/ukbd.c: netbsd-7-nhusb sys/dev/usb/ukbdmap.c: netbsd-7-nhusb sys/dev/usb/ukyopon.c: netbsd-7-nhusb sys/dev/usb/ukyopon.h: netbsd-7-nhusb sys/dev/usb/ulpt.c: netbsd-7-nhusb sys/dev/usb/umass.c: netbsd-7-nhusb sys/dev/usb/umass_isdata.c: netbsd-7-nhusb sys/dev/usb/umass_isdata.h: netbsd-7-nhusb sys/dev/usb/umass_quirks.c: netbsd-7-nhusb sys/dev/usb/umass_quirks.h: netbsd-7-nhusb sys/dev/usb/umass_scsipi.c: netbsd-7-nhusb sys/dev/usb/umass_scsipi.h: netbsd-7-nhusb sys/dev/usb/umassvar.h: netbsd-7-nhusb sys/dev/usb/umcs.c: netbsd-7-nhusb sys/dev/usb/umct.c: netbsd-7-nhusb sys/dev/usb/umidi.c: netbsd-7-nhusb sys/dev/usb/umidi_quirks.c: netbsd-7-nhusb sys/dev/usb/umidi_quirks.h: netbsd-7-nhusb sys/dev/usb/umodem.c: netbsd-7-nhusb sys/dev/usb/umodem_common.c: netbsd-7-nhusb sys/dev/usb/umodemvar.h: netbsd-7-nhusb sys/dev/usb/ums.c: netbsd-7-nhusb sys/dev/usb/uplcom.c: netbsd-7-nhusb sys/dev/usb/urio.c: netbsd-7-nhusb sys/dev/usb/urio.h: netbsd-7-nhusb sys/dev/usb/usb.c: netbsd-7-nhusb sys/dev/usb/usb.h: netbsd-7-nhusb sys/dev/usb/usb_mem.c: netbsd-7-nhusb sys/dev/usb/usb_mem.h: netbsd-7-nhusb sys/dev/usb/usb_quirks.c: netbsd-7-nhusb sys/dev/usb/usb_quirks.h: netbsd-7-nhusb sys/dev/usb/usb_subr.c: netbsd-7-nhusb sys/dev/usb/usbdevices.config: netbsd-7-nhusb sys/dev/usb/usbdevs: netbsd-7-nhusb sys/dev/usb/usbdevs.h: netbsd-7-nhusb sys/dev/usb/usbdevs_data.h: netbsd-7-nhusb sys/dev/usb/usbdi.c: netbsd-7-nhusb sys/dev/usb/usbdi.h: netbsd-7-nhusb sys/dev/usb/usbdi_util.c: netbsd-7-nhusb sys/dev/usb/usbdi_util.h: netbsd-7-nhusb sys/dev/usb/usbdivar.h: netbsd-7-nhusb sys/dev/usb/usbhid.h: netbsd-7-nhusb sys/dev/usb/usbhist.h: netbsd-7-nhusb sys/dev/usb/usbroothub.c: netbsd-7-nhusb sys/dev/usb/usbroothub.h: netbsd-7-nhusb sys/dev/usb/usbroothub_subr.c: delete sys/dev/usb/usbroothub_subr.h: delete sys/dev/usb/uscanner.c: netbsd-7-nhusb sys/dev/usb/uslsa.c: netbsd-7-nhusb sys/dev/usb/usscanner.c: netbsd-7-nhusb sys/dev/usb/ustir.c: netbsd-7-nhusb sys/dev/usb/uthum.c: netbsd-7-nhusb sys/dev/usb/utoppy.c: netbsd-7-nhusb sys/dev/usb/uts.c: netbsd-7-nhusb sys/dev/usb/uvideo.c: netbsd-7-nhusb sys/dev/usb/uvisor.c: netbsd-7-nhusb sys/dev/usb/uvscom.c: netbsd-7-nhusb sys/dev/usb/uyap.c: netbsd-7-nhusb sys/dev/usb/uyap_firmware.h: netbsd-7-nhusb sys/dev/usb/uyurex.c: netbsd-7-nhusb sys/dev/usb/x1input_rdesc.h: netbsd-7-nhusb sys/dev/usb/xhci.c: netbsd-7-nhusb sys/dev/usb/xhcireg.h: netbsd-7-nhusb sys/dev/usb/xhcivar.h: netbsd-7-nhusb sys/dev/usb/xinput_rdesc.h: netbsd-7-nhusb sys/external/bsd/common/conf/files.linux: netbsd-7-nhusb sys/external/bsd/common/include/linux/err.h: netbsd-7-nhusb sys/external/bsd/common/include/linux/kernel.h: netbsd-7-nhusb sys/external/bsd/common/include/linux/workqueue.h: netbsd-7-nhusb sys/external/bsd/common/linux/linux_work.c: netbsd-7-nhusb sys/external/bsd/drm2/dist/drm/radeon/atombios_encoders.c: netbsd-7-nhusb sys/external/bsd/drm2/dist/drm/radeon/radeon_legacy_encoders.c: netbsd-7-nhusb sys/external/bsd/drm2/drm/files.drmkms: netbsd-7-nhusb sys/external/bsd/drm2/i915drm/files.i915drmkms: netbsd-7-nhusb sys/external/bsd/drm2/include/linux/err.h: delete sys/external/bsd/drm2/include/linux/workqueue.h: delete sys/external/bsd/drm2/linux/files.drmkms_linux: netbsd-7-nhusb sys/external/bsd/drm2/linux/linux_work.c: delete sys/external/bsd/dwc2/dwc2.c: netbsd-7-nhusb sys/external/bsd/dwc2/dwc2.h: netbsd-7-nhusb sys/external/bsd/dwc2/dwc2var.h: netbsd-7-nhusb sys/external/bsd/dwc2/dwctwo2netbsd: netbsd-7-nhusb sys/external/bsd/dwc2/conf/files.dwc2: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_core.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_core.h: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_coreintr.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcd.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcd.h: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcdddma.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcdintr.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hcdqueue.c: netbsd-7-nhusb sys/external/bsd/dwc2/dist/dwc2_hw.h: netbsd-7-nhusb sys/modules/drmkms_linux/Makefile: netbsd-7-nhusb sys/modules/i915drmkms/Makefile: netbsd-7-nhusb sys/rump/dev/lib/libugenhc/ugenhc.c: netbsd-7-nhusb sys/rump/dev/lib/libusb/Makefile: netbsd-7-nhusb sys/rump/dev/lib/libusb/USB.ioconf: netbsd-7-nhusb sys/rump/dev/lib/libusb/usb_at_ugenhc.c: delete sys/rump/dev/lib/libusb/opt/opt_usb.h: delete sys/rump/dev/lib/libusb/opt/opt_usbverbose.h: delete sys/sys/mbuf.h: netbsd-7-nhusb usr.sbin/usbdevs/usbdevs.8: netbsd-7-nhusb usr.sbin/usbdevs/usbdevs.c: netbsd-7-nhusb Merge netbsd-7-nhusb: - API / infrastructure changes to support memory management changes. - Memory management improvements and bug fixes. - HCDs should now be MP safe - conversion to KERNHIST based debug - FS/LS isoc support on ehci(4). - conversion to kmem(9) - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). - interrupt transfers now get proper DMA operations - general bug fixes - kern/48308 - uhub status notification improvements - umass(4) probe fix (applied to HEAD already) - ohci(4) short transfer fix - Change the SOFTINT level from NET to SERIAL for the USB softint handler. This gives the callback a chance of running when another softint handler at SOFTINT_NET has blocked holding a lock, e.g. softnet_lock and most of the network stack. - kern/49065 - ifconfig tun0 ... sequence locks up system / lockup: softnet_lock held across usb xfr - kern/50491 - unkillable wait in usbd_transfer while using usmsc0 on raspberry pi 2 - kern/51395 - USB Ethernet makes xhci hang - Various improvements to slhci(4) - Various improvements to dwc2(4)
Revision 1.1137.2.4 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:14 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.1137.2.3: +18 -18
lines
Diff to previous 1.1137.2.3 (colored) to branchpoint 1.1137 (colored)
Sync with HEAD
Revision 1.1152 / (download) - annotate - [select for diffs], Sun Feb 26 12:41:50 2017 UTC (5 years, 11 months ago) by rin
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320,
jdolecek-ncq-base,
jdolecek-ncq
Changes since 1.1151: +3 -3
lines
Diff to previous 1.1151 (colored)
Comment out DISKLABEL_RDB as it is too specific for general usage. (Also add commented out that entry for GENERIC on amd64; I forgot it)
Revision 1.1151 / (download) - annotate - [select for diffs], Sun Feb 26 12:21:15 2017 UTC (5 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.1150: +2 -3
lines
Diff to previous 1.1150 (colored)
Remove commented DISKLABEL_EI for strictly little endian architectures It will never be useful.
Revision 1.1150 / (download) - annotate - [select for diffs], Sun Feb 26 12:03:14 2017 UTC (5 years, 11 months ago) by rin
Branch: MAIN
Changes since 1.1149: +3 -2
lines
Diff to previous 1.1149 (colored)
Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for other platforms by default.
Revision 1.1149 / (download) - annotate - [select for diffs], Sun Feb 19 07:47:00 2017 UTC (5 years, 11 months ago) by rin
Branch: MAIN
Changes since 1.1148: +3 -2
lines
Diff to previous 1.1148 (colored)
PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
Revision 1.1148 / (download) - annotate - [select for diffs], Sat Feb 18 14:36:32 2017 UTC (5 years, 11 months ago) by maxv
Branch: MAIN
Changes since 1.1147: +3 -3
lines
Diff to previous 1.1147 (colored)
There is currently an ugly mix between the PERFCTRS subsystem (MI), and i386's own PMC interface (MD). Stop using PERFCTRS and use PMC instead. While here remove some unused flags, which are wrong on the latest CPUs anyway.
Revision 1.1147 / (download) - annotate - [select for diffs], Fri Feb 17 12:10:40 2017 UTC (5 years, 11 months ago) by maxv
Branch: MAIN
Changes since 1.1146: +2 -3
lines
Diff to previous 1.1146 (colored)
Support PMCs on multi-processor systems. Still several things to fix, but at least it works a little. Will be improved and moved into x86/ soon.
Revision 1.1118.2.12 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:12 2017 UTC (5 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.11: +18 -17
lines
Diff to previous 1.1118.2.11 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1107.2.8.4.2 / (download) - annotate - [select for diffs], Wed Jan 18 08:46:25 2017 UTC (6 years ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.1107.2.8.4.1: +10 -2
lines
Diff to previous 1.1107.2.8.4.1 (colored) to branchpoint 1.1107.2.8 (colored) next main 1.1107.2.9 (colored)
Sync with netbsd-5
Revision 1.1146 / (download) - annotate - [select for diffs], Thu Jan 12 05:24:36 2017 UTC (6 years ago) by ryo
Branch: MAIN
CVS Tags: nick-nhusb-base-20170204,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.1145: +16 -16
lines
Diff to previous 1.1145 (colored)
white space police
Revision 1.1137.2.3 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:18 2017 UTC (6 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.1137.2.2: +5 -3
lines
Diff to previous 1.1137.2.2 (colored) to branchpoint 1.1137 (colored)
Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
Revision 1.1145 / (download) - annotate - [select for diffs], Tue Dec 13 20:42:18 2016 UTC (6 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.1144: +4 -5
lines
Diff to previous 1.1144 (colored)
wildcard speaker attachments, now that we can handle many of them.
Revision 1.1144 / (download) - annotate - [select for diffs], Sat Dec 10 23:03:24 2016 UTC (6 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.1143: +2 -3
lines
Diff to previous 1.1143 (colored)
remove VAUDIOSPEAKER for now, will be done differently.
Revision 1.1107.2.9 / (download) - annotate - [select for diffs], Fri Dec 9 05:10:45 2016 UTC (6 years, 1 month ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1
Branch point for: netbsd-7-1
Changes since 1.1107.2.8: +10 -2
lines
Diff to previous 1.1107.2.8 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by msaitoh in ticket #1297): sys/arch/amd64/conf/ALL: revision 1.37 sys/arch/amd64/conf/GENERIC: revision 1.436 sys/arch/amd64/conf/XEN3_DOM0: revision 1.120 sys/arch/i386/conf/ALL: revision 1.400 sys/arch/i386/conf/GENERIC: revision 1.1138 sys/arch/i386/conf/XEN3_DOM0: revision 1.99 Add sdtemp(4) -- Add ichsmb(4), spdmem(4) and sdtemp(4).
Revision 1.1143 / (download) - annotate - [select for diffs], Fri Dec 9 02:24:17 2016 UTC (6 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.1142: +2 -3
lines
Diff to previous 1.1142 (colored)
PCPPISPEAKER
Revision 1.1142 / (download) - annotate - [select for diffs], Thu Dec 8 11:31:10 2016 UTC (6 years, 1 month ago) by nat
Branch: MAIN
Changes since 1.1141: +6 -2
lines
Diff to previous 1.1141 (colored)
Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
Revision 1.1118.2.11 / (download) - annotate - [select for diffs], Mon Dec 5 10:54:53 2016 UTC (6 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.10: +3 -2
lines
Diff to previous 1.1118.2.10 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1141 / (download) - annotate - [select for diffs], Sat Nov 26 13:59:45 2016 UTC (6 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20161204
Changes since 1.1140: +3 -2
lines
Diff to previous 1.1140 (colored)
mention PAX_SEGVGUARD dependency on FILEASSOC
Revision 1.1137.2.2 / (download) - annotate - [select for diffs], Fri Nov 4 14:49:01 2016 UTC (6 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.1137.2.1: +5 -2
lines
Diff to previous 1.1137.2.1 (colored) to branchpoint 1.1137 (colored)
Sync with HEAD
Revision 1.1118.2.10 / (download) - annotate - [select for diffs], Wed Oct 5 20:55:28 2016 UTC (6 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.9: +15 -4
lines
Diff to previous 1.1118.2.9 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1140 / (download) - annotate - [select for diffs], Sat Sep 17 18:37:46 2016 UTC (6 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104,
nick-nhusb-base-20161004
Changes since 1.1139: +5 -2
lines
Diff to previous 1.1139 (colored)
add nvme(4)
Revision 1.1107.2.8.4.1 / (download) - annotate - [select for diffs], Tue Sep 6 20:33:06 2016 UTC (6 years, 4 months ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.1107.2.8: +4 -5
lines
Diff to previous 1.1107.2.8 (colored)
First pass at netbsd-7 updated with USB code from HEAD
Revision 1.1139 / (download) - annotate - [select for diffs], Sun Aug 7 10:44:05 2016 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: localcount-20160914
Changes since 1.1138: +4 -4
lines
Diff to previous 1.1138 (colored)
rename ifmpls to mpls, so we don't have if_ifmpls...
Revision 1.1137.2.1 / (download) - annotate - [select for diffs], Sat Aug 6 00:19:04 2016 UTC (6 years, 5 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.1137: +10 -2
lines
Diff to previous 1.1137 (colored)
Sync with HEAD
Revision 1.1138 / (download) - annotate - [select for diffs], Wed Jul 27 07:04:56 2016 UTC (6 years, 6 months ago) by msaitoh
Branch: MAIN
CVS Tags: pgoyette-localcount-20160806
Changes since 1.1137: +10 -2
lines
Diff to previous 1.1137 (colored)
Add sdtemp(4)
Revision 1.1118.2.9 / (download) - annotate - [select for diffs], Sat Jul 9 20:24:52 2016 UTC (6 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.8: +3 -2
lines
Diff to previous 1.1118.2.8 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1137 / (download) - annotate - [select for diffs], Tue Jun 21 11:37:25 2016 UTC (6 years, 7 months ago) by nonaka
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20160726,
nick-nhusb-base-20160907
Branch point for: pgoyette-localcount
Changes since 1.1136: +3 -2
lines
Diff to previous 1.1136 (colored)
add sdhc(4) at acpi to i386 and amd64 GENERIC kernel config.
Revision 1.1118.2.8 / (download) - annotate - [select for diffs], Sun May 29 08:44:17 2016 UTC (6 years, 8 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.7: +7 -4
lines
Diff to previous 1.1118.2.7 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1136 / (download) - annotate - [select for diffs], Fri May 20 01:37:47 2016 UTC (6 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20160529
Changes since 1.1135: +7 -4
lines
Diff to previous 1.1135 (colored)
Turn on PaX ASLR/MPROTECT
Revision 1.1135 / (download) - annotate - [select for diffs], Sat Apr 23 10:15:29 2016 UTC (6 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.1134: +4 -4
lines
Diff to previous 1.1134 (colored)
Merge nick-nhusb - API / infrastructure changes to support memory management changes. - Memory management improvements and bug fixes. - HCDs should now be MP safe - conversion to KERNHIST based debug - FS/LS isoc support on ehci(4). - conversion to kmem(9) - Some USB 3 support - mostly from Takahiro HAYASHI (t-hash). - interrupt transfers now get proper DMA operations - general bug fixes - kern/48308 - uhub status notification improvements - umass(4) probe fix (applied to HEAD already) - ohci(4) short transfer fix
Revision 1.1118.2.7 / (download) - annotate - [select for diffs], Fri Apr 22 15:44:10 2016 UTC (6 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.6: +5 -5
lines
Diff to previous 1.1118.2.6 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1134 / (download) - annotate - [select for diffs], Wed Apr 13 15:26:27 2016 UTC (6 years, 9 months ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20160422
Changes since 1.1133: +4 -4
lines
Diff to previous 1.1133 (colored)
Enable nouveau by default again in x86 GENERIC.
Revision 1.1133 / (download) - annotate - [select for diffs], Sat Mar 19 23:21:02 2016 UTC (6 years, 10 months ago) by gdt
Branch: MAIN
Changes since 1.1132: +3 -3
lines
Diff to previous 1.1132 (colored)
Disable uscanner in all kernel configs As discussed on current-users@, SANE uses ugen via libusb and not uscanner, so users are not well served by having uscanner. Consensus is that addressing how to adjust permissions for scanners should not block restoring basic functionionality. (Compile-tested only, but there are multiple reports of this being the right approach.)
Revision 1.1118.2.6 / (download) - annotate - [select for diffs], Sat Mar 19 11:30:00 2016 UTC (6 years, 10 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.5: +7 -3
lines
Diff to previous 1.1118.2.5 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1132 / (download) - annotate - [select for diffs], Sat Mar 5 17:08:48 2016 UTC (6 years, 10 months ago) by riastradh
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319
Changes since 1.1131: +4 -4
lines
Diff to previous 1.1131 (colored)
Revert to disabling nouveau by default in x86 GENERIC. Haven't had time to debug the issues that seem to affect pretty much everyone. Maybe soon!
Revision 1.1131 / (download) - annotate - [select for diffs], Sat Feb 13 19:53:23 2016 UTC (6 years, 11 months ago) by riastradh
Branch: MAIN
Changes since 1.1130: +4 -4
lines
Diff to previous 1.1130 (colored)
Add nouveau to x86 GENERIC kernels.
Revision 1.1130 / (download) - annotate - [select for diffs], Fri Jan 22 21:56:56 2016 UTC (7 years ago) by riz
Branch: MAIN
Changes since 1.1129: +3 -3
lines
Diff to previous 1.1129 (colored)
Enable KDTRACE_HOOKS on i386 and amd64 GENERIC.
Revision 1.1129 / (download) - annotate - [select for diffs], Tue Jan 5 11:33:18 2016 UTC (7 years ago) by msaitoh
Branch: MAIN
Changes since 1.1128: +6 -2
lines
Diff to previous 1.1128 (colored)
Add ismt(4).
Revision 1.1118.2.5 / (download) - annotate - [select for diffs], Sun Dec 27 12:09:36 2015 UTC (7 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.4: +2 -3
lines
Diff to previous 1.1118.2.4 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD (as of 26th Dec)
Revision 1.1128 / (download) - annotate - [select for diffs], Sat Sep 26 11:16:12 2015 UTC (7 years, 4 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20151226
Changes since 1.1127: +2 -3
lines
Diff to previous 1.1127 (colored)
Remove KMEMSTATS. Normally it's ok now.
Revision 1.1118.2.4 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:44 2015 UTC (7 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.3: +4 -2
lines
Diff to previous 1.1118.2.3 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1127 / (download) - annotate - [select for diffs], Mon Sep 21 12:32:06 2015 UTC (7 years, 4 months ago) by nonaka
Branch: MAIN
CVS Tags: nick-nhusb-base-20150921
Changes since 1.1126: +3 -2
lines
Diff to previous 1.1126 (colored)
PR/50261: Added newer Toshiba hotkeys support.
Revision 1.1118.2.3 / (download) - annotate - [select for diffs], Mon Sep 21 07:14:16 2015 UTC (7 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.2: +4 -4
lines
Diff to previous 1.1118.2.2 (colored) to branchpoint 1.1118 (colored)
Enable xhci(4)
Revision 1.1126 / (download) - annotate - [select for diffs], Thu Aug 27 14:04:07 2015 UTC (7 years, 5 months ago) by nonaka
Branch: MAIN
Changes since 1.1125: +3 -2
lines
Diff to previous 1.1125 (colored)
Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD.
Revision 1.1118.2.2 / (download) - annotate - [select for diffs], Sat Jun 6 14:40:00 2015 UTC (7 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118.2.1: +9 -4
lines
Diff to previous 1.1118.2.1 (colored) to branchpoint 1.1118 (colored)
Sync with HEAD
Revision 1.1107.2.8 / (download) - annotate - [select for diffs], Fri Jun 5 16:52:39 2015 UTC (7 years, 7 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE
Branch point for: netbsd-7-nhusb,
netbsd-7-0
Changes since 1.1107.2.7: +3 -3
lines
Diff to previous 1.1107.2.7 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by maxv in ticket #814): sys/arch/i386/conf/GENERIC: revision 1.1125 sys/arch/i386/conf/XEN3_DOM0: revision 1.95 sys/arch/i386/conf/XEN3_DOMU: revision 1.67 Disable COMPAT_FREEBSD. The implementation is poor, not well tested and almost irrelevant. People who need it (for tw_cli for example) can still recompile their kernels with this option. Discussed on tech-kern@
Revision 1.1125 / (download) - annotate - [select for diffs], Sat May 23 18:13:31 2015 UTC (7 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606
Changes since 1.1124: +3 -3
lines
Diff to previous 1.1124 (colored)
Disable COMPAT_FREEBSD. The implementation is poor, not well tested and almost irrelevant. People who need it (for tw_cli for example) can still recompile their kernels with this option. Discussed on tech-kern@
Revision 1.1107.2.7 / (download) - annotate - [select for diffs], Fri May 15 03:44:18 2015 UTC (7 years, 8 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.6: +3 -2
lines
Diff to previous 1.1107.2.6 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by jnemeth in ticket #762): share/man/man4/options.4: revision 1.442 sys/arch/amd64/conf/ALL: revision 1.18 sys/arch/amd64/conf/GENERIC: revision 1.396 sys/arch/dreamcast/conf/GENERIC: revision 1.119 sys/arch/epoc32/conf/GENERIC: revision 1.6 sys/arch/evbarm/conf/BCM5301X: revision 1.24 sys/arch/evbarm/conf/BCM56340: revision 1.9 sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9 sys/arch/evbarm/conf/std.beagle: revision 1.13 sys/arch/evbarm/conf/std.kobo: revision 1.2 sys/arch/evbarm/conf/std.netwalker: revision 1.10 sys/arch/evbppc/conf/P2020DS: revision 1.25 sys/arch/evbppc/conf/RB800: revision 1.30 sys/arch/evbppc/conf/TWRP1025: revision 1.18 sys/arch/hp300/conf/GENERIC: revision 1.187 sys/arch/hpcsh/conf/GENERIC: revision 1.104 sys/arch/i386/conf/GENERIC: revision 1.1111 sys/arch/i386/conf/MONOLITHIC: revision 1.17 sys/arch/landisk/conf/GENERIC: revision 1.43 sys/arch/luna68k/conf/GENERIC: revision 1.117 sys/arch/macppc/conf/GENERIC: revision 1.316 sys/arch/macppc/conf/GENERIC_601: revision 1.5 sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16 sys/arch/news68k/conf/GENERIC: revision 1.123 sys/arch/sandpoint/conf/GENERIC: revision 1.85 sys/arch/shark/conf/GENERIC: revision 1.119 sys/arch/sparc/conf/GENERIC: revision 1.246 sys/arch/sparc64/conf/GENERIC: revision 1.174 sys/arch/sun3/conf/GENERIC3X: revision 1.125 sys/arch/sun3/conf/GENERIC: revision 1.169 sys/arch/x68k/conf/GENERIC: revision 1.177 sys/arch/zaurus/conf/GENERIC: revision 1.62 sys/conf/files: revision 1.1099 sys/kern/kern_module.c: revisions 1.98, 1.99 Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add it to all kernel configs that contain "options MODULAR". This option turns on module autoloading by default (which is the current default). This allows people who don't want module autoloading on by default to disable it by simply removing/commentting this line. -- fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
Revision 1.1124 / (download) - annotate - [select for diffs], Mon May 4 07:08:10 2015 UTC (7 years, 8 months ago) by pgoyette
Branch: MAIN
Changes since 1.1123: +3 -3
lines
Diff to previous 1.1123 (colored)
One more typo. Message to self: when making multi-architecture changes, build on more than one arch.
Revision 1.1123 / (download) - annotate - [select for diffs], Sun May 3 02:52:50 2015 UTC (7 years, 8 months ago) by pgoyette
Branch: MAIN
Changes since 1.1122: +4 -3
lines
Diff to previous 1.1122 (colored)
Update to include the tco driver (it was previously included as part of ichlpcib).
Revision 1.1122 / (download) - annotate - [select for diffs], Wed Apr 29 17:43:06 2015 UTC (7 years, 9 months ago) by riastradh
Branch: MAIN
Changes since 1.1121: +6 -2
lines
Diff to previous 1.1121 (colored)
Add commented viadrmums to i386/GENERIC.
Revision 1.1118.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:17:57 2015 UTC (7 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.1118: +8 -6
lines
Diff to previous 1.1118 (colored)
Sync with HEAD
Revision 1.1107.2.6 / (download) - annotate - [select for diffs], Wed Mar 18 03:57:15 2015 UTC (7 years, 10 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.5: +20 -11
lines
Diff to previous 1.1107.2.5 (colored) to branchpoint 1.1107 (colored)
Apply patch (requested by christos in ticket #542): - Enable intel and radeon DRM/KMS drivers in GENERIC - Disable all of the old DRM drivers in GENERIC - Remove the separate DRMKMS kernel
Revision 1.1121 / (download) - annotate - [select for diffs], Wed Mar 18 02:05:05 2015 UTC (7 years, 10 months ago) by snj
Branch: MAIN
CVS Tags: nick-nhusb-base-20150406
Changes since 1.1120: +3 -3
lines
Diff to previous 1.1120 (colored)
fix commented out nouveaufb
Revision 1.1107.2.5 / (download) - annotate - [select for diffs], Mon Mar 9 09:06:04 2015 UTC (7 years, 10 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.4: +6 -5
lines
Diff to previous 1.1107.2.4 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by mrg in ticket #578): distrib/notes/i386/contents: revision 1.28 etc/etc.i386/Makefile.inc: revision 1.68 sys/arch/i386/conf/GENERIC: revision 1.1120 sys/arch/i386/conf/LEGACY: revision 1.1 remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new LEGACY kernel that includes them instead. now radeon@pci is able to properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good chance of working. this "fixes" PR#49290.
Revision 1.1120 / (download) - annotate - [select for diffs], Sat Mar 7 07:28:37 2015 UTC (7 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.1119: +6 -5
lines
Diff to previous 1.1119 (colored)
remove vga@isa and pcdisplay@isa from i386 GENERIC, and create a new LEGACY kernel that includes them instead. now radeon@pci is able to properly claim wsdisplay0 on i386 systems, and radeondrmkms has a good chance of working. this "fixes" PR#49290.
Revision 1.1119 / (download) - annotate - [select for diffs], Fri Feb 13 18:57:47 2015 UTC (7 years, 11 months ago) by nonaka
Branch: MAIN
Changes since 1.1118: +3 -2
lines
Diff to previous 1.1118 (colored)
iwm(4) works now, but 2.4GHz only. > iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 3160 (rev. 0x83) > iwm0: interrupting at ioapic0 pin 18 > iwm0: hw rev: 0x160, fw ver 25.228 (API ver 9), address XX:XX:XX:XX:XX:XX > iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
Revision 1.1107.2.4 / (download) - annotate - [select for diffs], Tue Jan 20 20:40:50 2015 UTC (8 years ago) by martin
Branch: netbsd-7
Changes since 1.1107.2.3: +3 -3
lines
Diff to previous 1.1107.2.3 (colored) to branchpoint 1.1107 (colored)
Change the following, requested by snj in ticket #438: sys/arch/i386/conf/GENERIC patch sys/arch/amd64/conf/GENERIC patch Remove the i915drm driver since the version we use doesn't support UMS anymore, so X will fail to start. Without it, at least the vesa driver will work.
Revision 1.1107.2.3 / (download) - annotate - [select for diffs], Tue Nov 18 19:05:30 2014 UTC (8 years, 2 months ago) by snj
Branch: netbsd-7
Changes since 1.1107.2.2: +2 -4
lines
Diff to previous 1.1107.2.2 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by manu in ticket #251): sys/arch/acorn26/conf/GENERIC: revision 1.81 sys/arch/acorn32/conf/GENERIC: revision 1.116 sys/arch/alpha/conf/GENERIC: revision 1.362 sys/arch/amd64/conf/ALL: revision 1.23 sys/arch/amd64/conf/GENERIC: revision 1.404 sys/arch/amd64/conf/XEN3_DOM0: revision 1.112 sys/arch/amd64/conf/XEN3_DOMU: revision 1.60 sys/arch/amiga/conf/GENERIC.in: revision 1.129 sys/arch/amiga/conf/GENERIC: revision 1.311 sys/arch/amigappc/conf/GENERIC: revision 1.24 sys/arch/arc/conf/GENERIC: revision 1.184 sys/arch/bebox/conf/GENERIC: revision 1.145 sys/arch/cats/conf/GENERIC: revision 1.155 sys/arch/cesfic/conf/GENERIC: revision 1.65 sys/arch/cobalt/conf/GENERIC: revision 1.147 sys/arch/dreamcast/conf/GENERIC: revision 1.121 sys/arch/emips/conf/GENERIC: revision 1.15 sys/arch/epoc32/conf/GENERIC: revision 1.8 sys/arch/ews4800mips/conf/GENERIC: revision 1.51 sys/arch/hp300/conf/GENERIC: revision 1.190 sys/arch/hpcmips/conf/GENERIC: revision 1.229 sys/arch/hpcsh/conf/GENERIC: revision 1.106 sys/arch/hppa/conf/GENERIC: revision 1.6 sys/arch/i386/conf/ALL: revision 1.389 sys/arch/i386/conf/GENERIC: revision 1.1118 sys/arch/i386/conf/XEN3_DOM0: revision 1.93 sys/arch/i386/conf/XEN3_DOMU: revision 1.65 sys/arch/ibmnws/conf/GENERIC: revision 1.46 sys/arch/iyonix/conf/GENERIC: revision 1.88 sys/arch/landisk/conf/GENERIC: revision 1.45 sys/arch/luna68k/conf/GENERIC: revision 1.119 sys/arch/mac68k/conf/GENERIC: revision 1.220 sys/arch/macppc/conf/GENERIC: revision 1.320 sys/arch/macppc/conf/MAMBO: revision 1.24 sys/arch/macppc/conf/POWERMAC_G5: revision 1.25 sys/arch/mipsco/conf/GENERIC: revision 1.88 sys/arch/mmeye/conf/GENERIC: revision 1.120 sys/arch/mvme68k/conf/GENERIC: revision 1.94 sys/arch/mvmeppc/conf/GENERIC: revision 1.24 sys/arch/netwinder/conf/GENERIC: revision 1.126 sys/arch/news68k/conf/GENERIC: revision 1.125 sys/arch/newsmips/conf/GENERIC: revision 1.129 sys/arch/next68k/conf/GENERIC: revision 1.139 sys/arch/ofppc/conf/GENERIC: revision 1.157 sys/arch/pmax/conf/GENERIC64: revision 1.21 sys/arch/pmax/conf/GENERIC: revision 1.185 sys/arch/prep/conf/GENERIC: revision 1.174 sys/arch/rs6000/conf/GENERIC: revision 1.33 sys/arch/sandpoint/conf/GENERIC: revision 1.88 sys/arch/sbmips/conf/GENERIC: revision 1.101 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106 sys/arch/shark/conf/GENERIC: revision 1.121 sys/arch/sparc/conf/GENERIC: revision 1.248 sys/arch/sparc/conf/TADPOLE3GX: revision 1.65 sys/arch/sparc64/conf/GENERIC: revision 1.177 sys/arch/sparc64/conf/NONPLUS64: revision 1.44 sys/arch/sun2/conf/GENERIC: revision 1.94 sys/arch/sun3/conf/GENERIC: revision 1.171 sys/arch/vax/conf/GENERIC: revision 1.193 sys/arch/vax/conf/VAX780: revision 1.19 sys/arch/x68k/conf/GENERIC: revision 1.179 sys/arch/zaurus/conf/GENERIC: revision 1.65 sys/ufs/files.ufs: revision 1.38 Remove unused extended attributes kernel options As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
Revision 1.1118 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:41 2014 UTC (8 years, 2 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.1117: +2 -4
lines
Diff to previous 1.1117 (colored)
Remove unused extended attributes kernel options As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
Revision 1.1107.2.2 / (download) - annotate - [select for diffs], Fri Nov 14 15:16:17 2014 UTC (8 years, 2 months ago) by martin
Branch: netbsd-7
Changes since 1.1107.2.1: +5 -2
lines
Diff to previous 1.1107.2.1 (colored) to branchpoint 1.1107 (colored)
Pull up following revision(s) (requested by manu in ticket #232): sys/arch/next68k/conf/GENERIC: revision 1.138 sys/arch/cobalt/conf/GENERIC: revision 1.146 sys/arch/mvme68k/conf/GENERIC: revision 1.93 sys/arch/vax/conf/VAX780: revision 1.18 sys/arch/newsmips/conf/GENERIC: revision 1.128 sys/arch/luna68k/conf/GENERIC: revision 1.118 sys/arch/sbmips/conf/GENERIC: revision 1.100 sys/arch/pmax/conf/GENERIC: revision 1.184 sys/arch/alpha/conf/GENERIC: revision 1.361 sys/arch/sparc64/conf/GENERIC: revision 1.176 sys/arch/sun3/conf/GENERIC: revision 1.170 sys/arch/shark/conf/GENERIC: revision 1.120 sys/arch/landisk/conf/GENERIC: revision 1.44 sys/arch/bebox/conf/GENERIC: revision 1.144 sys/arch/sparc64/conf/NONPLUS64: revision 1.43 sys/arch/sandpoint/conf/GENERIC: revision 1.87 sys/arch/emips/conf/GENERIC: revision 1.14 sys/arch/amd64/conf/XEN3_DOM0: revision 1.111 sys/arch/dreamcast/conf/GENERIC: revision 1.120 sys/arch/cesfic/conf/GENERIC: revision 1.64 sys/arch/mmeye/conf/GENERIC: revision 1.119 sys/arch/epoc32/conf/GENERIC: revision 1.7 sys/arch/x68k/conf/GENERIC: revision 1.178 sys/arch/iyonix/conf/GENERIC: revision 1.87 sys/arch/sun2/conf/GENERIC: revision 1.93 sys/arch/ews4800mips/conf/GENERIC: revision 1.50 sys/arch/amd64/conf/XEN3_DOMU: revision 1.59 sys/arch/acorn26/conf/GENERIC: revision 1.80 sys/arch/acorn32/conf/GENERIC: revision 1.115 sys/arch/macppc/conf/POWERMAC_G5: revision 1.24 sys/arch/i386/conf/GENERIC: revision 1.1117 sys/arch/arc/conf/GENERIC: revision 1.183 sys/arch/cats/conf/GENERIC: revision 1.154 sys/arch/amiga/conf/GENERIC.in: revision 1.128 sys/arch/zaurus/conf/GENERIC: revision 1.64 sys/arch/netwinder/conf/GENERIC: revision 1.125 sys/arch/hppa/conf/GENERIC: revision 1.5 sys/arch/mvmeppc/conf/GENERIC: revision 1.23 sys/arch/macppc/conf/GENERIC: revision 1.319 sys/arch/amiga/conf/GENERIC: revision 1.310 sys/arch/pmax/conf/GENERIC64: revision 1.20 sys/arch/macppc/conf/MAMBO: revision 1.23 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27 sys/arch/amigappc/conf/GENERIC: revision 1.23 sys/arch/amd64/conf/GENERIC: revision 1.403 sys/arch/ofppc/conf/GENERIC: revision 1.156 sys/arch/mac68k/conf/GENERIC: revision 1.219 sys/arch/i386/conf/XEN3_DOMU: revision 1.64 sys/arch/mipsco/conf/GENERIC: revision 1.87 sys/arch/hp300/conf/GENERIC: revision 1.189 sys/arch/vax/conf/GENERIC: revision 1.192 sys/arch/news68k/conf/GENERIC: revision 1.124 sys/arch/ibmnws/conf/GENERIC: revision 1.45 sys/arch/hpcsh/conf/GENERIC: revision 1.105 sys/arch/sparc/conf/TADPOLE3GX: revision 1.64 sys/arch/i386/conf/XEN3_DOM0: revision 1.92 sys/arch/sparc/conf/GENERIC: revision 1.247 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105 sys/arch/prep/conf/GENERIC: revision 1.173 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103 sys/arch/rs6000/conf/GENERIC: revision 1.32 sys/arch/hpcmips/conf/GENERIC: revision 1.228 Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
Revision 1.1117 / (download) - annotate - [select for diffs], Wed Nov 12 10:47:22 2014 UTC (8 years, 2 months ago) by manu
Branch: MAIN
Changes since 1.1116: +5 -2
lines
Diff to previous 1.1116 (colored)
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
Revision 1.1116 / (download) - annotate - [select for diffs], Sun Nov 2 23:14:20 2014 UTC (8 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.1115: +21 -12
lines
Diff to previous 1.1115 (colored)
switch to DRMKMS drivers
Revision 1.1115 / (download) - annotate - [select for diffs], Sat Oct 18 16:56:51 2014 UTC (8 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.1114: +3 -2
lines
Diff to previous 1.1114 (colored)
Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY. XXX Config around agp(4) is done in quite wrong direction. "pchb <- (agpbus) <- agp <- agp_*" should be: "pchb <- (pcibus) <- agp_* <- (agpbus) <- agp"
Revision 1.1107.2.1 / (download) - annotate - [select for diffs], Fri Oct 10 18:16:37 2014 UTC (8 years, 3 months ago) by snj
Branch: netbsd-7
Changes since 1.1107: +3 -3
lines
Diff to previous 1.1107 (colored)
Apply patch (requested by bouyer/martin in ticket #116): Disable DIAGNOSTIC and/or DEBUG.
Revision 1.1114 / (download) - annotate - [select for diffs], Fri Sep 19 17:30:03 2014 UTC (8 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.1113: +3 -2
lines
Diff to previous 1.1113 (colored)
Add HDAUDIOVERBOSE
Revision 1.1113 / (download) - annotate - [select for diffs], Fri Sep 19 15:24:24 2014 UTC (8 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.1112: +4 -4
lines
Diff to previous 1.1112 (colored)
Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work with wedges.
Revision 1.1112 / (download) - annotate - [select for diffs], Thu Sep 18 14:58:21 2014 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.1111: +3 -2
lines
Diff to previous 1.1111 (colored)
Add commented out KDTRACE_HOOKS line.
Revision 1.1111 / (download) - annotate - [select for diffs], Sun Aug 24 07:59:22 2014 UTC (8 years, 5 months ago) by jnemeth
Branch: MAIN
Changes since 1.1110: +3 -2
lines
Diff to previous 1.1110 (colored)
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add it to all kernel configs that contain "options MODULAR". This option turns on module autoloading by default (which is the current default). This allows people who don't want module autoloading on by default to disable it by simply removing/commentting this line.
Revision 1.1110 / (download) - annotate - [select for diffs], Sat Aug 23 20:26:58 2014 UTC (8 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.1109: +16 -16
lines
Diff to previous 1.1109 (colored)
Systematize (and in many cases, fix) the comments on options COMPAT_NN. There are quite a few configs that are missing some COMPAT_NN options in ways that don't make sense; this should probably get cleaned up too, but for the time being I've not added or removed anything.
Revision 1.1079.2.4 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:06 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.1079.2.3: +12 -12
lines
Diff to previous 1.1079.2.3 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.1109 / (download) - annotate - [select for diffs], Mon Aug 18 06:31:24 2014 UTC (8 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.1108: +5 -6
lines
Diff to previous 1.1108 (colored)
- Enable Wedge support for MBR/BSDLABEL where it was commented out. - Add apple partition support where it was missing - Add comments where missing
Revision 1.1108 / (download) - annotate - [select for diffs], Sat Aug 16 17:56:32 2014 UTC (8 years, 5 months ago) by apb
Branch: MAIN
Changes since 1.1107: +3 -2
lines
Diff to previous 1.1107 (colored)
Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
Revision 1.1101.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:53:59 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.1101: +10 -6
lines
Diff to previous 1.1101 (colored) next main 1.1102 (colored)
Rebase.
Revision 1.1107 / (download) - annotate - [select for diffs], Fri Jul 25 15:01:14 2014 UTC (8 years, 6 months ago) by dholland
Branch: MAIN
CVS Tags: tls-maxphys-base,
tls-earlyentropy-base,
netbsd-7-base
Branch point for: netbsd-7
Changes since 1.1106: +3 -3
lines
Diff to previous 1.1106 (colored)
Fix description of DIAGNOSTIC in x86 kernels.
Revision 1.1106 / (download) - annotate - [select for diffs], Mon Jun 16 19:08:17 2014 UTC (8 years, 7 months ago) by dsl
Branch: MAIN
Changes since 1.1105: +5 -4
lines
Diff to previous 1.1105 (colored)
Comment out the xhci entries. The driver really doesn't work well enough to be generally useful.
Revision 1.1105 / (download) - annotate - [select for diffs], Tue Jun 10 01:42:39 2014 UTC (8 years, 7 months ago) by hikaru
Branch: MAIN
Changes since 1.1104: +3 -2
lines
Diff to previous 1.1104 (colored)
Add VMware VMXNET3 ethernet driver from OpenBSD, vmx(4).
Revision 1.1104 / (download) - annotate - [select for diffs], Thu May 29 14:48:40 2014 UTC (8 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.1103: +3 -3
lines
Diff to previous 1.1103 (colored)
enable IPSEC
Revision 1.1055.2.6 / (download) - annotate - [select for diffs], Thu May 22 11:39:51 2014 UTC (8 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1055.2.5: +25 -21
lines
Diff to previous 1.1055.2.5 (colored) to branchpoint 1.1055 (colored) next main 1.1056 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.1095.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:12 2014 UTC (8 years, 8 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.1095.2.1: +10 -11
lines
Diff to previous 1.1095.2.1 (colored) next main 1.1096 (colored)
sync with head
Revision 1.1103 / (download) - annotate - [select for diffs], Mon Apr 21 16:35:38 2014 UTC (8 years, 9 months ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base
Changes since 1.1102: +3 -2
lines
Diff to previous 1.1102 (colored)
add malo at pcmcia.
Revision 1.1102 / (download) - annotate - [select for diffs], Tue Apr 8 19:40:57 2014 UTC (8 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.1101: +3 -2
lines
Diff to previous 1.1101 (colored)
add ixg
Revision 1.1101 / (download) - annotate - [select for diffs], Mon Mar 24 14:15:38 2014 UTC (8 years, 10 months ago) by szptvlfn
Branch: MAIN
CVS Tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Changes since 1.1100: +3 -3
lines
Diff to previous 1.1100 (colored)
fix manual section numbering of sysctl. thanks wiz@
Revision 1.1100 / (download) - annotate - [select for diffs], Wed Mar 19 15:26:42 2014 UTC (8 years, 10 months ago) by nonaka
Branch: MAIN
Changes since 1.1099: +4 -2
lines
Diff to previous 1.1099 (colored)
Add a driver for Realtek RTS5209/RTS5229 Card Reader. Ported from OpenBSD.
Revision 1.1099 / (download) - annotate - [select for diffs], Sun Jan 26 19:16:16 2014 UTC (9 years ago) by dsl
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Changes since 1.1098: +2 -10
lines
Diff to previous 1.1098 (colored)
Remove support for 'external' floating point units and the MS-DOS compatible method of handling floating point exceptions. Make kernel support for teh fpu non-optional (486SX should still work). Only 386 cpus support external fpu, and i386 support was removed years ago. This means that the npx code no longer uses port 0xf0 or interupt 13. All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c is now mandatory for all i386 kernels. I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu() to match the very similar amd64 functions. The fpu of the boot cpu is now initialised by a direct call from cpu_configure(), this enables FP emulation for a 486SX. (for amd64 the cr0 values are set in locore.S and similar). This fixes a long-standing bug in linux_setregs() - which did not save the fpu regsiters if they were active. I've test booted a single cpu i386 kernel (using anita). amd64 builds - none of teh changes should affect it. The i386 XEN kernels build, but I'm not sure where they set cr0, and it might have got lost!
Revision 1.1098 / (download) - annotate - [select for diffs], Sat Oct 26 09:16:20 2013 UTC (9 years, 3 months ago) by nonaka
Branch: MAIN
Changes since 1.1097: +3 -2
lines
Diff to previous 1.1097 (colored)
Add driver for ASIX AX88178a and AX88179 Ethernet interface. Ported from OpenBSD.
Revision 1.1097 / (download) - annotate - [select for diffs], Wed Oct 23 17:26:08 2013 UTC (9 years, 3 months ago) by matt
Branch: MAIN
Changes since 1.1096: +4 -2
lines
Diff to previous 1.1096 (colored)
Add xhci device
Revision 1.1095.2.1 / (download) - annotate - [select for diffs], Wed Aug 28 23:59:17 2013 UTC (9 years, 5 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.1095: +2 -3
lines
Diff to previous 1.1095 (colored)
sync with head
Revision 1.1096 / (download) - annotate - [select for diffs], Sun Jun 30 21:38:57 2013 UTC (9 years, 7 months ago) by rmind
Branch: MAIN
CVS Tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Changes since 1.1095: +2 -3
lines
Diff to previous 1.1095 (colored)
G/C PFIL_HOOKS from the kernel configs.
Revision 1.1079.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:06 2013 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.1079.2.2: +17 -11
lines
Diff to previous 1.1079.2.2 (colored)
resync from head
Revision 1.915.2.14 / (download) - annotate - [select for diffs], Wed Jun 19 07:50:14 2013 UTC (9 years, 7 months ago) by bouyer
Branch: netbsd-5
Changes since 1.915.2.13: +3 -2
lines
Diff to previous 1.915.2.13 (colored) to branchpoint 1.915 (colored) next main 1.916 (colored)
Pullup the following revisions via patch, requested by msaitoh in ticket #1850: sys/dev/pci/if_wm.c 1.201, 1.203-1.204, 1.207-1.212, 1.215, 1.217-1.218, 1.220-1.223, 1.228, 1.232-245 sys/dev/pci/if_wmreg.h 1.40-1.45, 1.47-1.48 sys/dev/pci/if_wmvar.h 1.11-1.13 sys/dev/pci/pcidevs 1.1074, 1.1077, 1.1117 sys/dev/pci/pcidevs.h regen sys/dev/pci/pcidevs_data.h regen sys/dev/mii/igphyreg.h 1.6 sys/dev/mii/ihphy.c 1.1-1.2 sys/dev/mii/ihphyreg.h 1.1 sys/dev/mii/inbmphyreg.h 1.3 sys/dev/mii/files.mii 1.47 via patch sys/dev/mii/miidevs 1.97 and 1.100 sys/dev/mii/miidevs.h regen sys/dev/mii/miidevs_data.h regen sys/arch/i386/conf/ALL 1.280 sys/arch/i386/conf/GENERIC 1.1001 sys/arch/i386/conf/INSTALL_FLOPPY 1.11 sys/arch/i386/conf/XEN2_DOM0 patch sys/arch/amd64/conf/GENERIC 1.293 sys/arch/amd64/conf/XEN3_DOM0 1.61 share/man/man4/wm.4 1.21-1.24 Apply almost all fixes and improvements from netbsd-6 except for the rev. 1.196's iqdrops' change. - Add the detach code. - Add code for WOL, ASF, IPMI and Intel AMT. WOL is disabled by default - Add Yet another workaround for ICH8. - 82576 is dual port, so check the FUNCID and increment the MAC address for the 2nd port. - Fix the names of 82577L[MC] LAN controllers (for mobile). - Fix CTRL_EXT_SWDPIN() and CTRL_EXT_SWDPIO() macros. The bit order of the SW definable pin is not 6543 but 3654!!! - Rewrite the code to read MAC address from eeprom. - Add 82580 support. - 82571 quirk. Only 82571 shares port 0 of EEMNGCTL_CFGDONE. - The document says that the TDH register must be set after TCL.EN is set on 82575 and newer devices. - Fix some register names. No functional change. - Omit U+00AE "REGISTERED SIGN" in a product name due to its non-ASCII nature. - Stop wm(4) from needlessly resetting when you add or delete a vlan(4). - Fix MAC address check on 8257[156] and 80003 case. Some cards have non 0xffff pointer but those don't use alternative MAC address in reality. So we check whether the broadcast bit is set or not like Intel's e1000 driver. Fixes PR kern/44072 reported by Jean-Yves Moulin. - Add PCH2(and 82579) support. Fixes PR#46487 - Add yet another 82567V support. - Add ICH10+HANKSVILL support. - Add support Intel I350 Ethernet. - Make vlan and all ip/ip6 checksum offload work for the I350. - Fix compile error with WM_DEBUG. - Fix a bug that PHY isn't set to low-power mode on PCH and PCH2. - Add WM_DEBUG_NVM. If WM_DEBUG_NVM is enabled, dump the FLASH ROM data. - Skip 64bit BAR correctly. - Fix RAL_TABSIZE for ICH8, 82576, 82580 and I350. - Use 82580(and I350) specific PHY read/write functions. Fixes PR#47542. - Style fix. Fix typo in comment. Fix comments. Add comments.
Revision 1.1095 / (download) - annotate - [select for diffs], Mon Jun 10 07:14:01 2013 UTC (9 years, 7 months ago) by kardel
Branch: MAIN
Branch point for: rmind-smpnet
Changes since 1.1094: +5 -2
lines
Diff to previous 1.1094 (colored)
adjust soekrisgpio driver to NetBSD
Revision 1.1094 / (download) - annotate - [select for diffs], Wed Jun 5 23:08:01 2013 UTC (9 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.1093: +2 -3
lines
Diff to previous 1.1093 (colored)
remove obsolete networking options
Revision 1.1093 / (download) - annotate - [select for diffs], Tue May 28 12:13:55 2013 UTC (9 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.1092: +6 -2
lines
Diff to previous 1.1092 (colored)
Add udsir.
Revision 1.1092 / (download) - annotate - [select for diffs], Sat Apr 27 22:21:14 2013 UTC (9 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.1091: +3 -3
lines
Diff to previous 1.1091 (colored)
more bogus number removal
Revision 1.1091 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:29 2013 UTC (9 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.1090: +4 -4
lines
Diff to previous 1.1090 (colored)
the bogus number police
Revision 1.1090 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:38 2013 UTC (9 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.1089: +4 -4
lines
Diff to previous 1.1089 (colored)
remove confusing numeric locators where they are unused.
Revision 1.1089 / (download) - annotate - [select for diffs], Sat Apr 6 16:59:59 2013 UTC (9 years, 9 months ago) by martin
Branch: MAIN
Changes since 1.1088: +5 -2
lines
Diff to previous 1.1088 (colored)
Add athn
Revision 1.1088 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:15 2013 UTC (9 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.1087: +2 -3
lines
Diff to previous 1.1087 (colored)
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
Revision 1.1087 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:44 2013 UTC (9 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.1086: +2 -4
lines
Diff to previous 1.1086 (colored)
Retire OSI network stack. OK core@
Revision 1.1079.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:43 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.1079.2.1: +11 -5
lines
Diff to previous 1.1079.2.1 (colored)
resync with head
Revision 1.1055.2.5 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:48 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.1055.2.4: +7 -4
lines
Diff to previous 1.1055.2.4 (colored) to branchpoint 1.1055 (colored)
sync with head
Revision 1.1055.2.4 / (download) - annotate - [select for diffs], Wed Jan 16 05:32:58 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.1055.2.3: +6 -3
lines
Diff to previous 1.1055.2.3 (colored) to branchpoint 1.1055 (colored)
sync with (a bit old) head
Revision 1.1086 / (download) - annotate - [select for diffs], Tue Dec 25 10:51:03 2012 UTC (10 years, 1 month ago) by mbalmer
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.1085: +4 -4
lines
Diff to previous 1.1085 (colored)
Whitespace fixes.
Revision 1.1085 / (download) - annotate - [select for diffs], Mon Dec 17 20:38:00 2012 UTC (10 years, 1 month ago) by mbalmer
Branch: MAIN
Changes since 1.1084: +5 -2
lines
Diff to previous 1.1084 (colored)
Adding ibmcd(4), a device driver for the IBM 4810 BSP cash drawer port as found e.g. in SurePOS 300 series point of sale terminals. The driver provides a gpio(4) device with three pins: pin 0 to open drawer, pin 1 to read the status and pin 2 to read whether a cash drawer is connected or not.
Revision 1.1084 / (download) - annotate - [select for diffs], Mon Dec 10 02:03:45 2012 UTC (10 years, 1 month ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.1083: +3 -3
lines
Diff to previous 1.1083 (colored)
whitespace
Revision 1.1083 / (download) - annotate - [select for diffs], Wed Dec 5 16:19:46 2012 UTC (10 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.1082: +5 -2
lines
Diff to previous 1.1082 (colored)
Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested on a Soekris net6501. (jmcneill)
Revision 1.1079.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:25 2012 UTC (10 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.1079: +7 -6
lines
Diff to previous 1.1079 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.1055.2.3 / (download) - annotate - [select for diffs], Tue Oct 30 17:19:47 2012 UTC (10 years, 3 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1055.2.2: +17 -9
lines
Diff to previous 1.1055.2.2 (colored) to branchpoint 1.1055 (colored)
sync with head
Revision 1.1082 / (download) - annotate - [select for diffs], Wed Oct 17 14:48:13 2012 UTC (10 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.1081: +3 -2
lines
Diff to previous 1.1081 (colored)
Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
Revision 1.1081 / (download) - annotate - [select for diffs], Sun Sep 30 21:36:18 2012 UTC (10 years, 4 months ago) by dsl
Branch: MAIN
Changes since 1.1080: +2 -3
lines
Diff to previous 1.1080 (colored)
Remove code from dev/apm/apm.c for setting global variables to parameterise the i386 bios apm code (now removed). Remove the same code from the clone dev/hpc/apm/apmdev.c Remove some not-used options from dev/apm/files.apm and the commented out lines in ALL and GENERIC. Maybe the APM_V10_ONLY and APM_NO_V12 could also be shot, but they are further entwined in the code.
Revision 1.915.2.13 / (download) - annotate - [select for diffs], Fri Sep 28 10:58:15 2012 UTC (10 years, 4 months ago) by sborrill
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2
Changes since 1.915.2.12: +6 -2
lines
Diff to previous 1.915.2.12 (colored) to branchpoint 1.915 (colored)
Pull up the following revisions(s) (requested by liamjfoy in ticket #1797): lib/libusbhid/usb_hid_usages: revision 1.5 via patch share/man/man4/Makefile: revision 1.578 via patch share/man/man4/uts.4: revision 1.1 share/man/man4/wsmouse.4: revision 1.19 via patch sys/arch/amd64/conf/GENERIC: revision 1.346-1.347 via patch sys/arch/i386/conf/GENERIC: revision 1.1078 via patch sys/dev/usb/FILES: revision 1.12 via patch sys/dev/usb/usbdevices.config: revision 1.12 via patch sys/dev/usb/files.usb: revision 1.119-1.120 via patch sys/dev/usb/usbhid.h: revision 1.14 via patch sys/dev/usb/uts.c: revision 1.1 distrib/sets/lists/man/mi: revision 1.1370 via patch Add uts(4) driver for USB touchscreens.
Revision 1.1080 / (download) - annotate - [select for diffs], Sun Sep 23 01:05:21 2012 UTC (10 years, 4 months ago) by chs
Branch: MAIN
Changes since 1.1079: +6 -5
lines
Diff to previous 1.1079 (colored)
add vmt entry to GENERIC. standardize commented pfsync and npf entries.
Revision 1.1079 / (download) - annotate - [select for diffs], Sat Sep 1 18:17:50 2012 UTC (10 years, 4 months ago) by jakllsch
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.1078: +3 -3
lines
Diff to previous 1.1078 (colored)
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD, as ural(4) and ral(4) do not actually share any code. Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build. Fixes PR#43520.
Revision 1.1066.2.7 / (download) - annotate - [select for diffs], Wed Aug 15 15:33:00 2012 UTC (10 years, 5 months ago) by sborrill
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: netbsd-6-1,
netbsd-6-0
Changes since 1.1066.2.6: +3 -3
lines
Diff to previous 1.1066.2.6 (colored) to branchpoint 1.1066 (colored)
Pull up the following revisions(s) (requested by martin in ticket #502): sys/arch/cobalt/conf/GENERIC: patch sys/arch/i386/conf/GENERIC: patch sys/arch/i386/conf/XEN3_DOM0: patch sys/arch/i386/conf/XEN3_DOMU: patch sys/arch/mvmeppc/conf/GENERIC: patch sys/arch/shark/conf/GENERIC: patch sys/arch/sparc64/conf/GENERIC: patch sys/arch/sparc64/conf/GENERIC.DEBUG: patch sys/arch/zaurus/conf/GENERIC: patch Switch off DIAGNOSTIC and/or DEBUG on release kernels. Enable DIAGNOSTIC in DEBUG kernels to allow for option being switched off in GENERIC.
Revision 1.1066.2.6 / (download) - annotate - [select for diffs], Sun Aug 12 18:41:35 2012 UTC (10 years, 5 months ago) by martin
Branch: netbsd-6
Changes since 1.1066.2.5: +6 -2
lines
Diff to previous 1.1066.2.5 (colored) to branchpoint 1.1066 (colored)
Pull up following revision(s) (requested by sborrill in ticket #474): sys/arch/i386/conf/GENERIC: revision 1.1078 Add uts(4)
Revision 1.1078 / (download) - annotate - [select for diffs], Fri Aug 10 11:32:32 2012 UTC (10 years, 5 months ago) by sborrill
Branch: MAIN
Changes since 1.1077: +6 -2
lines
Diff to previous 1.1077 (colored)
Add uts(4)
Revision 1.1077 / (download) - annotate - [select for diffs], Wed Aug 1 04:20:05 2012 UTC (10 years, 6 months ago) by matt
Branch: MAIN
Changes since 1.1076: +3 -3
lines
Diff to previous 1.1076 (colored)
Enable FFS_EI (let's be more endian tolerant).
Revision 1.1076 / (download) - annotate - [select for diffs], Mon Jul 30 19:40:52 2012 UTC (10 years, 6 months ago) by degroote
Branch: MAIN
Changes since 1.1075: +3 -2
lines
Diff to previous 1.1075 (colored)
Add malo(4) entry in various kernel configuration
Revision 1.1066.2.5 / (download) - annotate - [select for diffs], Fri Jun 15 08:48:46 2012 UTC (10 years, 7 months ago) by sborrill
Branch: netbsd-6
Changes since 1.1066.2.4: +3 -2
lines
Diff to previous 1.1066.2.4 (colored) to branchpoint 1.1066 (colored)
Pull up the following revisions(s) (requested by riz in ticket #343): sys/dev/usb/files.usb: revision 1.122 sys/dev/usb/if_urtw.c: revision 1.1 sys/dev/usb/if_urtwreg.h: revision 1.1 share/man/man4/Makefile: revision 1.586 share/man/man4/urtw.4: revision 1.1 distrib/sets/lists/man/mi: revision 1.1393 sys/dev/usb/usbdevs: revision 1.617 sys/arch/i386/conf/GENERIC: revision 1.357 sys/arch/amd64/conf/GENERIC: revision 1.1075 via patch Add urtw(4) driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless adapter. From OpenBSD.
Revision 1.1066.2.4 / (download) - annotate - [select for diffs], Thu Jun 14 09:48:46 2012 UTC (10 years, 7 months ago) by sborrill
Branch: netbsd-6
Changes since 1.1066.2.3: +3 -2
lines
Diff to previous 1.1066.2.3 (colored) to branchpoint 1.1066 (colored)
Pull up the following revisions(s) (requested by riz in ticket #326): distrib/sets/lists/base/mi: 1.989 distrib/sets/lists/man/mi: 1.1385 etc/mtree/NetBSD.dist.base: 1.99 share/man/man4/Makefile: 1.583 share/man/man4/urtwn.4: 1.1 share/man/man4/usb.4: 1.97 sys/arch/amd64/conf/GENERIC: 1.351 sys/arch/i386/conf/GENERIC: 1.1068 sys/dev/usb/files.usb: 1.121 sys/dev/usb/if_urtwn.c: 1.1-1.4 sys/dev/usb/if_urtwn_data.h: 1.1 sys/dev/usb/if_urtwnreg.h: 1.1 sys/dev/usb/if_urtwnvar.h: 1.1 sys/dev/usb/usbdevices.config: 1.13 sys/dev/usb/usbdevs: 1.621 via patch sys/dev/usb/usbdevs.h: regen sys/dev/usb/usbdevs_data.h: regen sys/modules/if_urtwn/Makefile: 1.1 sys/modules/if_urtwn/if_urtwn.ioconf: 1.1 Add support for urtwn(4) wireless. Ported from OpenBSD
Revision 1.1075 / (download) - annotate - [select for diffs], Thu Jun 14 04:23:49 2012 UTC (10 years, 7 months ago) by riz
Branch: MAIN
Changes since 1.1074: +3 -2
lines
Diff to previous 1.1074 (colored)
Add urtw(4) to i386/amd64 GENERIC.
Revision 1.1066.2.3 / (download) - annotate - [select for diffs], Tue Jun 12 22:07:07 2012 UTC (10 years, 7 months ago) by riz
Branch: netbsd-6
Changes since 1.1066.2.2: +2 -3
lines
Diff to previous 1.1066.2.2 (colored) to branchpoint 1.1066 (colored)
Remove test changes which accidentally snuck in on the netbsd-6 branch. Oops.
Revision 1.1066.2.2 / (download) - annotate - [select for diffs], Tue Jun 12 17:47:51 2012 UTC (10 years, 7 months ago) by riz
Branch: netbsd-6
Changes since 1.1066.2.1: +4 -3
lines
Diff to previous 1.1066.2.1 (colored) to branchpoint 1.1066 (colored)
Pull up following revision(s) (requested by abs in ticket #311): sys/arch/netwinder/conf/GENERIC: revision 1.112 sys/arch/i386/conf/GENERIC: revision 1.1074 sys/arch/atari/conf/MILAN.in: revision 1.26 sys/arch/zaurus/conf/GENERIC: revision 1.54 sys/arch/shark/conf/GENERIC: revision 1.101 sys/arch/hpcmips/conf/MPC303: revision 1.60 sys/arch/i386/conf/XEN3_DOM0: revision 1.67 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.29 sys/arch/vax/conf/GENERIC: revision 1.181 sys/arch/sparc/conf/KRUPS: revision 1.59 sys/arch/evbarm/conf/BEAGLEBOARD: revision 1.27 sys/arch/i386/conf/INSTALL_FLOPPY: revision 1.16 sys/arch/prep/conf/GENERIC: revision 1.163 sys/arch/hpcmips/conf/GENERIC: revision 1.216 sys/arch/sparc/conf/TADPOLE3GX: revision 1.56 sys/arch/shark/conf/INSTALL: revision 1.50 sys/arch/next68k/conf/GENERIC: revision 1.127 sys/arch/evbppc/conf/VIRTEX_GSRD2: revision 1.16 sys/arch/evbppc/conf/VIRTEX_DFC: revision 1.17 sys/arch/evbppc/conf/EXPLORA451: revision 1.48 sys/arch/bebox/conf/INSTALL: revision 1.54 sys/arch/next68k/conf/SLAB: revision 1.46 sys/arch/i386/conf/GENERIC_TINY: revision 1.132 sys/arch/bebox/conf/GENERIC: revision 1.131 sys/arch/amd64/conf/XEN3_DOM0: revision 1.84 sys/arch/amd64/conf/GENERIC: revision 1.356 sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.6 share/man/man4/wscons.4: revision 1.31 sys/arch/hpcmips/conf/TX3912: revision 1.79 sys/arch/evbarm/conf/ARMADILLO9: revision 1.35 sys/arch/hpcsh/conf/GENERIC: revision 1.97 sys/arch/i386/conf/ALL: revision 1.339 sys/arch/hpcmips/conf/TX3922: revision 1.93 sys/arch/cats/conf/INSTALL: revision 1.82 sys/arch/sparc64/conf/GENERIC: revision 1.151 sys/arch/i386/conf/INSTALL_TINY: revision 1.135 sys/arch/evbppc/conf/VIRTEX_GSRD1: revision 1.15 sys/arch/evbarm/conf/TS7200: revision 1.49 sys/arch/hpcmips/conf/VR41XX: revision 1.55 sys/arch/hp700/conf/GENERIC: revision 1.115 sys/arch/cats/conf/GENERIC: revision 1.140 Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL If a port is going to have wscons for virtual terminals then it really make= s sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the virtual terminals... Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least give a hint that its not just for third party compat. No functional change.
Revision 1.1074 / (download) - annotate - [select for diffs], Tue Jun 5 08:44:12 2012 UTC (10 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.1073: +3 -3
lines
Diff to previous 1.1073 (colored)
Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least give a hint that its not just for third party compat. No functional change.
Revision 1.1058.2.5 / (download) - annotate - [select for diffs], Sat Jun 2 11:09:00 2012 UTC (10 years, 7 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.1058.2.4: +3 -2
lines
Diff to previous 1.1058.2.4 (colored) to branchpoint 1.1058 (colored) next main 1.1059 (colored)
sync to latest -current.
Revision 1.1073 / (download) - annotate - [select for diffs], Wed May 30 14:30:34 2012 UTC (10 years, 8 months ago) by nonaka
Branch: MAIN
CVS Tags: jmcneill-usbmp-base10
Changes since 1.1072: +3 -2
lines
Diff to previous 1.1072 (colored)
Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE 802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki, arranged by me.
Revision 1.1055.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:07:43 2012 UTC (10 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1055.2.1: +4 -3
lines
Diff to previous 1.1055.2.1 (colored) to branchpoint 1.1055 (colored)
sync with head.
Revision 1.1058.2.4 / (download) - annotate - [select for diffs], Sun Apr 29 23:04:40 2012 UTC (10 years, 9 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.1058.2.3: +9 -5
lines
Diff to previous 1.1058.2.3 (colored) to branchpoint 1.1058 (colored)
sync to latest -current.
Revision 1.1066.2.1 / (download) - annotate - [select for diffs], Mon Apr 23 16:31:35 2012 UTC (10 years, 9 months ago) by riz
Branch: netbsd-6
Changes since 1.1066: +4 -3
lines
Diff to previous 1.1066 (colored)
Pull up following revision(s) (requested by bouyer in ticket #193): sys/arch/i386/conf/GENERIC: revision 1.1072 sys/dev/pci/mpii.c: revision 1.1 sys/arch/i386/conf/XEN3_DOM0: revision 1.66 sys/dev/pci/files.pci: revision 1.357 share/man/man4/Makefile: revision 1.584 distrib/sets/lists/man/mi: revision 1.1387 share/man/man4/mpii.4: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.354 sys/arch/amd64/conf/XEN3_DOM0: revision 1.83 sys/arch/i386/conf/ALL: revision 1.337 Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II SAS controllers. Ported from OpenBSD.
Revision 1.1072 / (download) - annotate - [select for diffs], Thu Apr 19 17:50:51 2012 UTC (10 years, 9 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9
Changes since 1.1071: +4 -3
lines
Diff to previous 1.1071 (colored)
Add mpii(4), a driver for LSI Logic Fusion-MPT Message Passing Interface II SAS controllers. Ported from OpenBSD.
Revision 1.1055.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:27 2012 UTC (10 years, 9 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1055: +43 -22
lines
Diff to previous 1.1055 (colored)
sync with head
Revision 1.1071 / (download) - annotate - [select for diffs], Fri Apr 13 13:11:16 2012 UTC (10 years, 9 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.1070: +4 -3
lines
Diff to previous 1.1070 (colored)
Replace amdtempbus with amdnb_miscbus. This allows us to have independent drivers on the same device (northbridge f3) each coming with a certain functionality/feature. This way we do not need to mess with amdtemp(4) to utilize other features.
Revision 1.1070 / (download) - annotate - [select for diffs], Sun Apr 8 20:49:29 2012 UTC (10 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.1069: +3 -2
lines
Diff to previous 1.1069 (colored)
PR/46310: Ryo ONODERA: Add support for cardbus bwi(4)
Revision 1.1069 / (download) - annotate - [select for diffs], Sat Apr 7 05:40:41 2012 UTC (10 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.1068: +4 -3
lines
Diff to previous 1.1068 (colored)
add apple autodiscovery
Revision 1.1058.2.3 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:15 2012 UTC (10 years, 9 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.1058.2.2: +1 -0
lines
Diff to previous 1.1058.2.2 (colored) to branchpoint 1.1058 (colored)
sync to latest -current.
Revision 1.1068 / (download) - annotate - [select for diffs], Sun Mar 25 00:11:16 2012 UTC (10 years, 10 months ago) by nonaka
Branch: MAIN
CVS Tags: jmcneill-usbmp-base8
Changes since 1.1067: +3 -2
lines
Diff to previous 1.1067 (colored)
Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices.
Revision 1.1058.2.2 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:22 2012 UTC (10 years, 10 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.1058.2.1: +2 -3
lines
Diff to previous 1.1058.2.1 (colored) to branchpoint 1.1058 (colored)
sync to latest -current
Revision 1.1067 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:53 2012 UTC (10 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7
Changes since 1.1066: +2 -3
lines
Diff to previous 1.1066 (colored)
P1003_1B_SEMAPHORE is no longer optional.
Revision 1.1058.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:32:19 2012 UTC (10 years, 11 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.1058: +26 -10
lines
Diff to previous 1.1058 (colored)
merge to -current.
Revision 1.915.2.12 / (download) - annotate - [select for diffs], Wed Jan 25 21:18:14 2012 UTC (11 years ago) by riz
Branch: netbsd-5
Changes since 1.915.2.11: +8 -2
lines
Diff to previous 1.915.2.11 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by hannken in ticket #1715): - Be robust against an invalid timer period value. sys/dev/ic/hpetreg.h Rev. 1.4 sys/dev/ic/hpet.c Rev. 1.8 - Fix wrong definition of LAPIC_LEVEL_ASSERT / _MASK sys/arch/x86/include/i82489reg.h Rev. 1.11 - Add virtio driver - speed up disk and network access in virtual environments sys/arch/i386/conf/GENERIC Rev. 1.1055 sys/arch/i386/conf/ALL Rev. 1.325 sys/arch/amd64/conf/GENERIC Rev. 1.338 sys/dev/pci/files.pci Rev. 1.350 sys/dev/pci/if_vioif.c Rev. 0-1.2 sys/dev/pci/ld_virtio.c Rev. 0-1.4 sys/dev/pci/viomb.c Rev. 0-1.1 sys/dev/pci/virtio.c Rev. 0-1.3 sys/dev/pci/virtioreg.h Rev. 0-1.1 sys/dev/pci/virtiovar.h Rev. 0-1.1 distrib/sets/lists/man/mi Rev. 1.1352 and 1.1358 share/man/man4/Makefile Rev. 1.573 and 1.575 share/man/man4/ld.4 Rev. 1.19 share/man/man4/virtio.4 Rev. 0-1.4 share/man/man4/vioif.4 Rev. 0-1.2 share/man/man4/viomb.4 Rev. 0-1.2 Allow NetBSD to run unmodified under Linux/kvm.
Revision 1.1066 / (download) - annotate - [select for diffs], Sun Jan 22 06:44:29 2012 UTC (11 years ago) by christos
Branch: MAIN
CVS Tags: netbsd-6-base,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.1065: +9 -2
lines
Diff to previous 1.1065 (colored)
add a tpm driver from bsssd.sourceforge.net
Revision 1.1065 / (download) - annotate - [select for diffs], Mon Jan 16 14:43:09 2012 UTC (11 years ago) by jmcneill
Branch: MAIN
Changes since 1.1064: +3 -2
lines
Diff to previous 1.1064 (colored)
add cir@emdtv
Revision 1.1064 / (download) - annotate - [select for diffs], Sun Jan 15 15:05:06 2012 UTC (11 years ago) by jmcneill
Branch: MAIN
Changes since 1.1063: +11 -8
lines
Diff to previous 1.1063 (colored)
add & enable digital tv capture support
Revision 1.1063 / (download) - annotate - [select for diffs], Sat Jan 14 12:14:28 2012 UTC (11 years ago) by tron
Branch: MAIN
Changes since 1.1062: +3 -3
lines
Diff to previous 1.1062 (colored)
Use "options<SPC><TAB>CPU_UCODE" to keep the indentation if the option is commented out.
Revision 1.1062 / (download) - annotate - [select for diffs], Fri Jan 13 16:05:14 2012 UTC (11 years ago) by cegger
Branch: MAIN
Changes since 1.1061: +4 -2
lines
Diff to previous 1.1061 (colored)
Support CPU microcode loading via cpuctl(8). Implemented and enabled via CPU_UCODE kernel config option for x86 and Xen Dom0. Tested on different AMD machines with different CPU families. ok wiz@ for the manpages ok releng@ ok core@ via releng@
Revision 1.1061 / (download) - annotate - [select for diffs], Sat Dec 31 00:11:21 2011 UTC (11 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.1060: +5 -2
lines
Diff to previous 1.1060 (colored)
add uipad
Revision 1.1060 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:28 2011 UTC (11 years, 1 month ago) by dholland
Branch: MAIN
Changes since 1.1059: +3 -3
lines
Diff to previous 1.1059 (colored)
WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
Revision 1.1059 / (download) - annotate - [select for diffs], Sun Dec 18 02:31:51 2011 UTC (11 years, 1 month ago) by dholland
Branch: MAIN
Changes since 1.1058: +3 -3
lines
Diff to previous 1.1058 (colored)
adjust English usage in comment
Revision 1.1058 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:19 2011 UTC (11 years, 2 months ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.1057: +2 -3
lines
Diff to previous 1.1057 (colored)
The rnd pseudo-device is not really optional, because it is in the same source file as the entropy-pool code itself. Move it to std. This will be cleaned up more when I split the sources up as they should be. This fixes build breaks on several ports. Thanks to Havard Eidnes for pointing them out.
Revision 1.1057 / (download) - annotate - [select for diffs], Sun Nov 13 12:47:54 2011 UTC (11 years, 2 months ago) by mbalmer
Branch: MAIN
CVS Tags: jmcneill-audiomp3-base,
jmcneill-audiomp3
Changes since 1.1056: +5 -2
lines
Diff to previous 1.1056 (colored)
Add gpiopwm(4).
Revision 1.1056 / (download) - annotate - [select for diffs], Sun Nov 13 09:41:46 2011 UTC (11 years, 2 months ago) by mbalmer
Branch: MAIN
Changes since 1.1055: +10 -10
lines
Diff to previous 1.1055 (colored)
Enable nsclpcsio and gpio devices.
Revision 1.1055 / (download) - annotate - [select for diffs], Sun Oct 30 12:12:21 2011 UTC (11 years, 3 months ago) by hannken
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.1054: +8 -2
lines
Diff to previous 1.1054 (colored)
Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org> with minor changes to make it compile an run on -current. This driver speeds up disk and network access in virtual environments like KVM. Enabled on i386 and amd64. Tested with a CentOS 5.7 x86_64 host. See http://ozlabs.org/~rusty/virtio-spec/virtio.pdf for the specification.
Revision 1.1054 / (download) - annotate - [select for diffs], Sun Oct 2 12:19:17 2011 UTC (11 years, 4 months ago) by mbalmer
Branch: MAIN
Changes since 1.1053: +4 -3
lines
Diff to previous 1.1053 (colored)
Document gpioiic flag in a comment.
Revision 1.1053 / (download) - annotate - [select for diffs], Sun Sep 4 12:31:30 2011 UTC (11 years, 4 months ago) by mbalmer
Branch: MAIN
Changes since 1.1052: +8 -8
lines
Diff to previous 1.1052 (colored)
Disable gpio(4) which can now be built and used as modules.
Revision 1.1052 / (download) - annotate - [select for diffs], Tue Aug 30 13:03:17 2011 UTC (11 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.1051: +4 -7
lines
Diff to previous 1.1051 (colored)
Attach gpio* at gpiobus? instead of at individual drivers.
Revision 1.1051 / (download) - annotate - [select for diffs], Tue Aug 30 12:13:25 2011 UTC (11 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.1050: +4 -4
lines
Diff to previous 1.1050 (colored)
revert previous
Revision 1.1050 / (download) - annotate - [select for diffs], Tue Aug 30 08:01:13 2011 UTC (11 years, 5 months ago) by jruoho
Branch: MAIN
Changes since 1.1049: +4 -4
lines
Diff to previous 1.1049 (colored)
Comment out the legacy bktr(4) from the GENERICs.
Revision 1.925.2.7 / (download) - annotate - [select for diffs], Sat Aug 27 15:37:23 2011 UTC (11 years, 5 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925.2.6: +105 -94
lines
Diff to previous 1.925.2.6 (colored) next main 1.926 (colored)
Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen work of cherry@. No regression observed on suspend/restore.
Revision 1.1049 / (download) - annotate - [select for diffs], Sat Aug 27 09:28:55 2011 UTC (11 years, 5 months ago) by mbalmer
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.1048: +11 -7
lines
Diff to previous 1.1048 (colored)
Enable some gpio devices.
Revision 1.1048 / (download) - annotate - [select for diffs], Thu Aug 18 20:55:20 2011 UTC (11 years, 5 months ago) by jakllsch
Branch: MAIN
Changes since 1.1047: +3 -3
lines
Diff to previous 1.1047 (colored)
Attach amdtemp(4) at pchb(4) instead of in place of pchb(4). Should fix PR#45268.
Revision 1.1047 / (download) - annotate - [select for diffs], Thu Aug 11 07:38:56 2011 UTC (11 years, 5 months ago) by mbalmer
Branch: MAIN
Changes since 1.1046: +4 -2
lines
Diff to previous 1.1046 (colored)
Add entries for pwdog(4).
Revision 1.1046 / (download) - annotate - [select for diffs], Tue Aug 9 02:52:29 2011 UTC (11 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.1045: +2 -5
lines
Diff to previous 1.1045 (colored)
remove commented out entries for emdtv, auvitek, and dtv
Revision 1.1045 / (download) - annotate - [select for diffs], Mon Aug 8 18:58:18 2011 UTC (11 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.1044: +6 -6
lines
Diff to previous 1.1044 (colored)
remove dtv (available as a module)
Revision 1.1044 / (download) - annotate - [select for diffs], Mon Aug 8 17:02:31 2011 UTC (11 years, 5 months ago) by jakllsch
Branch: MAIN
Changes since 1.1043: +3 -2
lines
Diff to previous 1.1043 (colored)
We have PUFFS, we need putter.
Revision 1.1043 / (download) - annotate - [select for diffs], Mon Aug 8 16:27:07 2011 UTC (11 years, 5 months ago) by jakllsch
Branch: MAIN
Changes since 1.1042: +35 -44
lines
Diff to previous 1.1042 (colored)
Finish reverting modularization of i386 GENERIC.
Revision 1.1042 / (download) - annotate - [select for diffs], Sun Aug 7 10:04:41 2011 UTC (11 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.1041: +4 -2
lines
Diff to previous 1.1041 (colored)
Add commented out entries for V7FS and V7FS Endian Independent support.
Revision 1.1041 / (download) - annotate - [select for diffs], Sat Jul 23 21:12:58 2011 UTC (11 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.1040: +3 -2
lines
Diff to previous 1.1040 (colored)
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.
Revision 1.1040 / (download) - annotate - [select for diffs], Wed Jul 20 20:29:54 2011 UTC (11 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.1039: +7 -3
lines
Diff to previous 1.1039 (colored)
Add cxdtv(4) and urndis(4). Also, two slight cosmetic changes.
Revision 1.1039 / (download) - annotate - [select for diffs], Tue Jul 19 21:02:25 2011 UTC (11 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.1038: +6 -2
lines
Diff to previous 1.1038 (colored)
add irmce
Revision 1.1038 / (download) - annotate - [select for diffs], Wed Jul 13 07:52:48 2011 UTC (11 years, 6 months ago) by jruoho
Branch: MAIN
Changes since 1.1037: +3 -2
lines
Diff to previous 1.1037 (colored)
A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.
Revision 1.1037 / (download) - annotate - [select for diffs], Mon Jul 11 18:31:10 2011 UTC (11 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.1036: +3 -2
lines
Diff to previous 1.1036 (colored)
add emdtv at uhub
Revision 1.1036 / (download) - annotate - [select for diffs], Sat Jul 9 15:02:43 2011 UTC (11 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.1035: +4 -3
lines
Diff to previous 1.1035 (colored)
add dtv at dtvbus
Revision 1.1035 / (download) - annotate - [select for diffs], Sun Jul 3 10:40:16 2011 UTC (11 years, 7 months ago) by bouyer
Branch: MAIN
Changes since 1.1034: +4 -3
lines
Diff to previous 1.1034 (colored)
Add back DIAGNOSTIC option to x86 GENERIC kernels, as discussed on tech-kern. This will have to be commented out on release branches.
Revision 1.1032.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:19:13 2011 UTC (11 years, 7 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.1032: +6 -5
lines
Diff to previous 1.1032 (colored) next main 1.1033 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.1034 / (download) - annotate - [select for diffs], Tue Jun 21 05:01:17 2011 UTC (11 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.1033: +4 -4
lines
Diff to previous 1.1033 (colored)
By default, enable wmihp(4) instead of hpqlb(4), as it has a better chance of working with a greater number of HP laptops. Ok cegger@.
Revision 1.1033 / (download) - annotate - [select for diffs], Tue Jun 14 13:59:23 2011 UTC (11 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.1032: +4 -3
lines
Diff to previous 1.1032 (colored)
Try to attach hpet(4) also via a specific HPET table. Fixes PR kern/43702.
Revision 1.1006.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:05:47 2011 UTC (11 years, 7 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1006: +79 -82
lines
Diff to previous 1.1006 (colored) next main 1.1007 (colored)
Sync with HEAD.
Revision 1.974.2.5 / (download) - annotate - [select for diffs], Tue May 31 03:04:03 2011 UTC (11 years, 8 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.974.2.4: +44 -48
lines
Diff to previous 1.974.2.4 (colored) to branchpoint 1.974 (colored) next main 1.975 (colored)
sync with head
Revision 1.1032 / (download) - annotate - [select for diffs], Sat May 28 13:01:49 2011 UTC (11 years, 8 months ago) by ryo
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.1031: +46 -46
lines
Diff to previous 1.1031 (colored)
many whitespace cleanup. confirmed "cvs diff -b" are identical.
Revision 1.925.2.6 / (download) - annotate - [select for diffs], Mon May 2 22:49:55 2011 UTC (11 years, 9 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925.2.5: +7 -7
lines
Diff to previous 1.925.2.5 (colored)
Sync with head.
Revision 1.1031 / (download) - annotate - [select for diffs], Tue Apr 26 16:57:40 2011 UTC (11 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.1030: +2 -3
lines
Diff to previous 1.1030 (colored)
Remove PECOFF/Win32 emulation.
Revision 1.1030 / (download) - annotate - [select for diffs], Tue Apr 26 15:51:22 2011 UTC (11 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.1029: +2 -5
lines
Diff to previous 1.1029 (colored)
Remove Darwin, MACH and Mach-O support.
Revision 1.974.2.4 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:05 2011 UTC (11 years, 9 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.974.2.3: +7 -2
lines
Diff to previous 1.974.2.3 (colored) to branchpoint 1.974 (colored)
sync with head
Revision 1.1029 / (download) - annotate - [select for diffs], Mon Apr 4 17:09:39 2011 UTC (11 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.1028: +5 -2
lines
Diff to previous 1.1028 (colored)
Add a driver for RDC's vortex86/PMX-1000 SoC PCI/ISA bridge, with support for the integrated watchdog timer.
Revision 1.1028 / (download) - annotate - [select for diffs], Mon Apr 4 14:33:51 2011 UTC (11 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.1027: +3 -2
lines
Diff to previous 1.1027 (colored)
Add rdcide(4), a driver for the IDE controller found in RDC's vortex86/PMX-1000 system-on-chip.
Revision 1.1027 / (download) - annotate - [select for diffs], Fri Apr 1 12:11:16 2011 UTC (11 years, 10 months ago) by jruoho
Branch: MAIN
Changes since 1.1026: +3 -3
lines
Diff to previous 1.1026 (colored)
Enable acpicpu(4) by default.
Revision 1.925.2.5 / (download) - annotate - [select for diffs], Tue Mar 29 20:42:58 2011 UTC (11 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925.2.4: +147 -109
lines
Diff to previous 1.925.2.4 (colored)
More sync fixes. And add the mbr_gpt files.
Revision 1.925.2.4 / (download) - annotate - [select for diffs], Mon Mar 28 23:04:38 2011 UTC (11 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925.2.3: +71 -54
lines
Diff to previous 1.925.2.3 (colored)
Sync with HEAD. TODO before merge: - shortcut for suspend code in sysmon, when powerd(8) is not running. Borrow ``xs_watch'' thread context? - bug hunting in xbd + xennet resume. Rings are currently thrashed upon resume, so current implementation force flush them on suspend. It's not really needed.
Revision 1.1026 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:25 2011 UTC (11 years, 10 months ago) by bouyer
Branch: MAIN
Changes since 1.1025: +4 -3
lines
Diff to previous 1.1025 (colored)
merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on. See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
Revision 1.974.2.3 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:37 2011 UTC (11 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.974.2.2: +69 -50
lines
Diff to previous 1.974.2.2 (colored) to branchpoint 1.974 (colored)
sync with head
Revision 1.1007.2.4 / (download) - annotate - [select for diffs], Sat Mar 5 15:09:43 2011 UTC (11 years, 10 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1007.2.3: +12 -24
lines
Diff to previous 1.1007.2.3 (colored) next main 1.1008 (colored)
Sync with HEAD
Revision 1.1025 / (download) - annotate - [select for diffs], Fri Mar 4 04:48:40 2011 UTC (11 years, 10 months ago) by jruoho
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.1024: +3 -5
lines
Diff to previous 1.1024 (colored)
Move INTEL_ONDEMAND_CLOCKMOD -- or odcm(4) -- to the cpufeaturebus.
Revision 1.1024 / (download) - annotate - [select for diffs], Sun Feb 27 17:10:34 2011 UTC (11 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.1023: +3 -3
lines
Diff to previous 1.1023 (colored)
Move acpicpu(4) from "acpinodebus" to "cpufeaturebus".
Revision 1.1023 / (download) - annotate - [select for diffs], Thu Feb 24 13:58:39 2011 UTC (11 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.1022: +3 -5
lines
Diff to previous 1.1022 (colored)
Move VIA_C7TEMP to the cpufeaturebus.
Revision 1.1022 / (download) - annotate - [select for diffs], Thu Feb 24 10:56:01 2011 UTC (11 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.1021: +3 -8
lines
Diff to previous 1.1021 (colored)
Move PowerNow! to the cpufeaturebus.
Revision 1.1021 / (download) - annotate - [select for diffs], Wed Feb 23 11:43:22 2011 UTC (11 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.1020: +6 -11
lines
Diff to previous 1.1020 (colored)
Move ENHANCED_SPEEDSTEP, or henceforth est(4), to the cpufeaturebus.
Revision 1.1020 / (download) - annotate - [select for diffs], Wed Feb 23 00:45:56 2011 UTC (11 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1019: +3 -2
lines
Diff to previous 1.1019 (colored)
add alc@pci
Revision 1.1019 / (download) - annotate - [select for diffs], Sun Feb 20 13:42:45 2011 UTC (11 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.1018: +5 -5
lines
Diff to previous 1.1018 (colored)
Modularize coretemp(4). Ok jmcneill@.
Revision 1.1018 / (download) - annotate - [select for diffs], Sat Feb 19 13:52:27 2011 UTC (11 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1017: +3 -3
lines
Diff to previous 1.1017 (colored)
modularize VIA PadLock support - retire options VIA_PADLOCK, replace with 'padlock0 at cpu0' - driver supports attach & detach - support building as a module
Revision 1.1017 / (download) - annotate - [select for diffs], Sat Feb 19 00:13:55 2011 UTC (11 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1016: +3 -2
lines
Diff to previous 1.1016 (colored)
add VCONS_DRAW_INTR
Revision 1.1007.2.3 / (download) - annotate - [select for diffs], Thu Feb 17 11:59:44 2011 UTC (11 years, 11 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1007.2.2: +19 -14
lines
Diff to previous 1.1007.2.2 (colored)
Sync with HEAD
Revision 1.1016 / (download) - annotate - [select for diffs], Wed Feb 16 07:30:27 2011 UTC (11 years, 11 months ago) by jruoho
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
bouyer-quota2-base
Changes since 1.1015: +3 -2
lines
Diff to previous 1.1015 (colored)
Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.
Revision 1.1015 / (download) - annotate - [select for diffs], Tue Feb 15 12:06:22 2011 UTC (11 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1014: +3 -3
lines
Diff to previous 1.1014 (colored)
retire azalia from GENERIC
Revision 1.1014 / (download) - annotate - [select for diffs], Mon Feb 14 08:50:39 2011 UTC (11 years, 11 months ago) by hannken
Branch: MAIN
Changes since 1.1013: +5 -2
lines
Diff to previous 1.1013 (colored)
Initial implementation of ibmhawk(4) driver for sensors behind the IBM Hawk on-board Integrated Systems Management Processor found on some eServers. Tested on an IBM eServer x335.
Revision 1.1013 / (download) - annotate - [select for diffs], Sun Feb 13 04:37:21 2011 UTC (11 years, 11 months ago) by jym
Branch: MAIN
Changes since 1.1012: +4 -4
lines
Diff to previous 1.1012 (colored)
Compile FFS and NFS statically (e.g. not modular) for GENERIC. These file-systems can be critical for mountroot; as kernel cannot have access to module(7)s without having / mounted first... yes, you see the point. See http://mail-index.netbsd.org/port-i386/2011/02/11/msg002323.html XXX Hopefully, /stand does not reside in a separate partition :o
Revision 1.1012 / (download) - annotate - [select for diffs], Sun Feb 13 04:22:41 2011 UTC (11 years, 11 months ago) by jym
Branch: MAIN
Changes since 1.1011: +3 -2
lines
Diff to previous 1.1011 (colored)
Add missing PUFFS (commented out).
Revision 1.1011 / (download) - annotate - [select for diffs], Fri Feb 11 01:59:57 2011 UTC (11 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1010: +11 -11
lines
Diff to previous 1.1010 (colored)
attach drm hw drivers to 'drm' not 'vga'
Revision 1.1007.2.2 / (download) - annotate - [select for diffs], Tue Feb 8 19:29:35 2011 UTC (11 years, 11 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1007.2.1: +4 -3
lines
Diff to previous 1.1007.2.1 (colored)
Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
Revision 1.1007.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:19:25 2011 UTC (11 years, 11 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1007: +5 -3
lines
Diff to previous 1.1007 (colored)
Sync with HEAD
Revision 1.1010 / (download) - annotate - [select for diffs], Mon Feb 7 04:05:49 2011 UTC (11 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.1009: +2 -3
lines
Diff to previous 1.1009 (colored)
options SPLASHSCREEN_PROGRESS is no more
Revision 1.1009 / (download) - annotate - [select for diffs], Wed Jan 26 18:48:12 2011 UTC (12 years ago) by bouyer
Branch: MAIN
Changes since 1.1008: +4 -2
lines
Diff to previous 1.1008 (colored)
Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller, as found in the vortex86 SoCs (http://www.vortex86dx.com). Ported from freebsd. Not added to amd64's GENERIC because this CPU is 32bit only. thanks to DM&P Electronics, Inc for providing documentation and sample devices for this work.
Revision 1.1008 / (download) - annotate - [select for diffs], Wed Jan 26 00:25:55 2011 UTC (12 years ago) by pooka
Branch: MAIN
Changes since 1.1007: +3 -2
lines
Diff to previous 1.1007 (colored)
Add bwi from PR kern/40279. There is no know case of testing the driver on amd64/i386, but if it doesn't work at least we're more likely to get a PR instead of people wondering about lacking driver support.
Revision 1.1007 / (download) - annotate - [select for diffs], Mon Jan 17 15:56:03 2011 UTC (12 years ago) by jmcneill
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.1006: +3 -2
lines
Diff to previous 1.1006 (colored)
add acpiwdrt
Revision 1.1006 / (download) - annotate - [select for diffs], Sun Jan 9 15:12:33 2011 UTC (12 years ago) by jruoho
Branch: MAIN
CVS Tags: jruoho-x86intr-base
Branch point for: jruoho-x86intr
Changes since 1.1005: +3 -2
lines
Diff to previous 1.1005 (colored)
Add a dummy-driver for ACPI fans.
Revision 1.1005 / (download) - annotate - [select for diffs], Wed Jan 5 20:08:12 2011 UTC (12 years ago) by jruoho
Branch: MAIN
Changes since 1.1004: +5 -7
lines
Diff to previous 1.1004 (colored)
Add a driver for ACPI power meters.
Revision 1.1004 / (download) - annotate - [select for diffs], Mon Jan 3 06:07:43 2011 UTC (12 years ago) by tsutsui
Branch: MAIN
Changes since 1.1003: +10 -10
lines
Diff to previous 1.1003 (colored)
Xref module(7) in comments.
Revision 1.1003 / (download) - annotate - [select for diffs], Mon Dec 27 20:45:00 2010 UTC (12 years, 1 month ago) by jmcneill
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.1002: +3 -2
lines
Diff to previous 1.1002 (colored)
add auvitek at uhub
Revision 1.1002 / (download) - annotate - [select for diffs], Mon Dec 27 15:56:50 2010 UTC (12 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.1001: +3 -2
lines
Diff to previous 1.1001 (colored)
add 'uaudio* at usbifif?' so uaudio can attach to something other than a hub
Revision 1.1001 / (download) - annotate - [select for diffs], Sat Nov 27 20:18:46 2010 UTC (12 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.1000: +3 -2
lines
Diff to previous 1.1000 (colored)
add ihphy
Revision 1.1000 / (download) - annotate - [select for diffs], Tue Nov 23 11:14:00 2010 UTC (12 years, 2 months ago) by hannken
Branch: MAIN
Changes since 1.999: +3 -3
lines
Diff to previous 1.999 (colored)
Remove unused count from pseudo-device md.
Revision 1.915.2.11 / (download) - annotate - [select for diffs], Sun Nov 21 03:05:05 2010 UTC (12 years, 2 months ago) by riz
Branch: netbsd-5
CVS Tags: matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.915.2.10: +6 -2
lines
Diff to previous 1.915.2.10 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by plunky in ticket #1407): sys/dev/bluetooth/btdev.h: revision 1.9 sys/arch/iyonix/conf/GENERIC: revision 1.60 sys/arch/sparc64/conf/GENERIC: revision 1.129 sys/dev/usb/hid.c: revision 1.30 sys/dev/usb/hid.h: revision 1.13 sys/arch/i386/conf/GENERIC: revision 1.983 usr.sbin/btdevctl/print.c: revision 1.10 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.16 sys/arch/alpha/conf/GENERIC: revision 1.337 sys/dev/bluetooth/files.bluetooth: revision 1.14 sys/arch/evbarm/conf/GUMSTIX: revision 1.49 sys/dev/usb/usbdevs: revision 1.550 sys/arch/evbppc/conf/OPENBLOCKS266_OPT: revision 1.14 sys/arch/hpcsh/conf/GENERIC: revision 1.91 sys/dev/bluetooth/btmagic.c: revision 1.1 distrib/sets/lists/man/mi: revision 1.1210 sys/arch/amd64/conf/GENERIC: revision 1.279 sys/arch/i386/conf/ALL: revision 1.258 sys/arch/amd64/conf/XEN3_DOM0: revision 1.54 sys/arch/hpcarm/conf/JORNADA720: revision 1.78 sys/dev/usb/hid.c: revision 1.29 share/man/man4/btmagic.4: revision 1.1 hid_get_data() does not work if the size of data is less than a byte and crosses a byte boundary, and it always returns a sign-extended value. fix this by using the algorithm from libusbhid to read bytes, and provide a hid_get_udata() function to return unsigned data values. while here, const args update DPRINTF to reflect actual function name add Apple Magic Mouse product-id regen for Magic Mouse id allow for vendor-id and product-id properties, passing them through to child devices add Magic Mouse driver and manpage btmagic(4) additionally query the "PnP Information" service record to discover any USB Forum vendor-id and product-id values and store them in the property list if found. add btmagic(4) where other Bluetooth drivers are listed
Revision 1.999 / (download) - annotate - [select for diffs], Sat Nov 13 09:48:55 2010 UTC (12 years, 2 months ago) by jnemeth
Branch: MAIN
CVS Tags: uebayasi-xip-base6
Changes since 1.998: +4 -2
lines
Diff to previous 1.998 (colored)
Add new et(4)/etphy(4) devices.
Revision 1.963.2.5 / (download) - annotate - [select for diffs], Tue Nov 9 06:03:37 2010 UTC (12 years, 2 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.963.2.4: +3 -2
lines
Diff to previous 1.963.2.4 (colored) to branchpoint 1.963 (colored) next main 1.964 (colored)
Sync with HEAD.
Revision 1.998 / (download) - annotate - [select for diffs], Sat Nov 6 15:06:29 2010 UTC (12 years, 2 months ago) by jakllsch
Branch: MAIN
CVS Tags: uebayasi-xip-base5
Changes since 1.997: +3 -2
lines
Diff to previous 1.997 (colored)
Enable schide(4), Intel SCH IDE controller driver from PR#42310.
Revision 1.963.2.4 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:18 2010 UTC (12 years, 2 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.963.2.3: +6 -2
lines
Diff to previous 1.963.2.3 (colored) to branchpoint 1.963 (colored)
Sync with HEAD.
Revision 1.997 / (download) - annotate - [select for diffs], Fri Nov 5 10:28:21 2010 UTC (12 years, 2 months ago) by gsutre
Branch: MAIN
CVS Tags: uebayasi-xip-base4
Changes since 1.996: +4 -2
lines
Diff to previous 1.996 (colored)
Merge ACPI Fujitsu Driver. Provides support for hotkeys and other built-in components through vendor-specific ACPI devices. ok jruoho@
Revision 1.996 / (download) - annotate - [select for diffs], Wed Nov 3 20:10:00 2010 UTC (12 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.995: +3 -2
lines
Diff to previous 1.995 (colored)
add otus
Revision 1.995 / (download) - annotate - [select for diffs], Sun Oct 24 08:54:14 2010 UTC (12 years, 3 months ago) by jruoho
Branch: MAIN
Changes since 1.994: +3 -2
lines
Diff to previous 1.994 (colored)
Add acpiwmi(4) mappings for MSI laptops. XXX: It may be necessary to fix PR # 43659 before this works on all models.
Revision 1.963.2.3 / (download) - annotate - [select for diffs], Fri Oct 22 07:21:19 2010 UTC (12 years, 3 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.963.2.2: +7 -0
lines
Diff to previous 1.963.2.2 (colored) to branchpoint 1.963 (colored)
Sync with HEAD (-D20101022).
Revision 1.994 / (download) - annotate - [select for diffs], Tue Oct 12 19:10:50 2010 UTC (12 years, 3 months ago) by gsutre
Branch: MAIN
CVS Tags: uebayasi-xip-base3
Changes since 1.993: +4 -2
lines
Diff to previous 1.993 (colored)
Merge ACPI display driver. Provides generic support for brightness control and output switching, through ACPI video extensions. TODO: use wsconsctl(8) instead of sysctl(8) for brightness control. ok jruoho@ also discussed with cegger@ and jmcneill@
Revision 1.890.2.7 / (download) - annotate - [select for diffs], Sat Oct 9 03:31:46 2010 UTC (12 years, 3 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890.2.6: +7 -2
lines
Diff to previous 1.890.2.6 (colored) to branchpoint 1.890 (colored) next main 1.891 (colored)
sync with head
Revision 1.993 / (download) - annotate - [select for diffs], Sun Aug 22 18:56:21 2010 UTC (12 years, 5 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11
Changes since 1.992: +5 -2
lines
Diff to previous 1.992 (colored)
Import NPF - a packet filter. Some features: - Designed to be fully MP-safe and highly efficient. - Tables/IP sets (hash or red-black tree) for high performance lookups. - Stateful filtering and Network Address Port Translation (NAPT). Framework for application level gateways (ALGs). - Packet inspection engine called n-code processor - inspired by BPF - supporting generic RISC-like and specific CISC-like instructions for common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual. - Convenient userland utility npfctl(8) with npf.conf(8). NOTE: This is not yet a fully capable alternative to PF or IPFilter. Further work (support for binat/rdr, return-rst/return-icmp, common ALGs, state saving/restoring, logging, etc) is in progress. Thanks a lot to Matt Thomas for various useful comments and code review. Aye by: board@
Revision 1.992 / (download) - annotate - [select for diffs], Sat Aug 21 11:55:21 2010 UTC (12 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.991: +3 -2
lines
Diff to previous 1.991 (colored)
enable viadrm
Revision 1.991 / (download) - annotate - [select for diffs], Sat Aug 21 03:06:37 2010 UTC (12 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.990: +3 -2
lines
Diff to previous 1.990 (colored)
Add upgt(4), Intersil PrismGT USB 802.11b/g adapter.
Revision 1.963.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:44:34 2010 UTC (12 years, 5 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.963.2.1: +31 -3
lines
Diff to previous 1.963.2.1 (colored) to branchpoint 1.963 (colored)
Sync with HEAD.
Revision 1.890.2.6 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:10 2010 UTC (12 years, 5 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890.2.5: +42 -16
lines
Diff to previous 1.890.2.5 (colored) to branchpoint 1.890 (colored)
sync with head.
Revision 1.990 / (download) - annotate - [select for diffs], Sun Aug 8 20:04:24 2010 UTC (12 years, 5 months ago) by chs
Branch: MAIN
CVS Tags: yamt-nfs-mp-base10,
uebayasi-xip-base2
Changes since 1.989: +6 -2
lines
Diff to previous 1.989 (colored)
add more (commented-out) spdmem instances for HP xw-series workstations.
Revision 1.989 / (download) - annotate - [select for diffs], Sat Jul 24 00:45:54 2010 UTC (12 years, 6 months ago) by jym
Branch: MAIN
Changes since 1.988: +3 -2
lines
Diff to previous 1.988 (colored)
Welcome PAE inside i386 current. This patch is inspired by work previously done by Jeremy Morse, ported by me to -current, merged with the work previously done for port-xen, together with additionals fixes and improvements. PAE option is disabled by default in GENERIC (but will be enabled in ALL in the next few days). In quick, PAE switches the CPU to a mode where physical addresses become 36 bits (64 GiB). Virtual address space remains at 32 bits (4 GiB). To cope with the increased size of the physical address, they are manipulated as 64 bits variables by kernel and MMU. When supported by the CPU, it also allows the use of the NX/XD bit that provides no-execution right enforcement on a per physical page basis. Notes: - reworked locore.S - introduce cpu_load_pmap(), used to switch pmap for the curcpu. Due to the different handling of pmap mappings with PAE vs !PAE, Xen vs native, details are hidden within this function. This helps calling it from assembly, as some features, like BIOS calls, switch to pmap_kernel before mapping trampoline code in low memory. - some changes in bioscall and kvm86_call, to reflect the above. - the L3 is "pinned" per-CPU, and is only manipulated by a reduced set of functions within pmap. To track the L3, I added two elements to struct cpu_info, namely ci_l3_pdirpa (PA of the L3), and ci_l3_pdir (the L3 VA). Rest of the code considers that it runs "just like" a normal i386, except that the L2 is 4 pages long (PTP_LEVELS is still 2). - similar to the ci_pae_l3_pdir{,pa} variables, amd64's xen_current_user_pgd becomes an element of cpu_info (slowly paving the way for MP world). - bootinfo_source struct declaration is modified, to cope with paddr_t size change with PAE (it is not correct to assume that bs_addr is a paddr_t when compiled with PAE - it should remain 32 bits). bs_addrs is now a void * array (in bootloader's code under i386/stand/, the bs_addrs is a physaddr_t, which is an unsigned long). - fixes in multiboot code (same reason as bootinfo): paddr_t size change. I used Elf32_* types, use RELOC() where necessary, and move the memcpy() functions out of the if/else if (I do not expect sym and str tables to overlap with ELF). - 64 bits atomic functions for pmap - all pmap_pdirpa access are now done through the pmap_pdirpa macro. It hides the L3/L2 stuff from PAE, as well as the pm_pdirpa change in struct pmap (it now becomes a PDP_SIZE array, with or without PAE). - manipulation of recursive mappings ( PDIR_SLOT_{,A}PTEs ) is done via loops on PDP_SIZE. See also http://mail-index.netbsd.org/port-i386/2010/07/17/msg002062.html No objection raised on port-i386@ and port-xen@R for about a week. XXX kvm(3) will be fixed in another patch to properly handle both PAE and !PAE kernel dumps (VA => PA macros are slightly different, and need proper 64 bits PA support in kvm_i386). XXX Mixing PAE and !PAE modules may lead to unwanted/unexpected results. This cannot be solved easily, and needs lots of thinking before being declared safe (paddr_t/bus_addr_t size handling, PD/PT macros abstractions).
Revision 1.988 / (download) - annotate - [select for diffs], Fri Jul 23 00:43:20 2010 UTC (12 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.987: +4 -3
lines
Diff to previous 1.987 (colored)
Almost entirely rework Intel Firmware Hub random number generator support. This introduces fwhrng(4) which attaches via ichlpcib(4), replacing the rnd(4) support in pchb(4).
Revision 1.987 / (download) - annotate - [select for diffs], Sun Jul 18 09:29:12 2010 UTC (12 years, 6 months ago) by jruoho
Branch: MAIN
Changes since 1.986: +3 -2
lines
Diff to previous 1.986 (colored)
Merge a driver for ACPI CPUs with basic support for processor power states, also known as C-states. The code is modular and provides an easy way to add the remaining functionality later (namely throttling and P-states). Remarks: 1. Commented out in the GENERICs; more testing exposure is needed. 2. The C3-state is disabled for the time being because it turns off timers, among them the local APIC timer. This may not be universally true on all x86 processors; define ACPICPU_ENABLE_C3 to test. 3. The algorithm used to choose a power state may need tuning. When evaluating the appropriate state, the implementation uses the previous sleep time as an indicator. Additional hints would include for example the system load. Also bus master activity is evaluated when choosing a state. The usb(4) stack is notorious for such activity even when unused. Typically it must be disabled in order to reach the C3-state, but it may also prevent the use of C2. 4. While no extensive empirical measurements have been carried out, the power savings are somewhere between 1-2 W with C1 and C2, depending on the processor, firmware, and load. With C3 even up to 4 W can be saved. The less something ticks, the more power is saved. ok jmcneill@, joerg@, and discussed with various people.
Revision 1.974.2.2 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:20 2010 UTC (12 years, 7 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.974.2.1: +14 -2
lines
Diff to previous 1.974.2.1 (colored) to branchpoint 1.974 (colored)
sync with head
Revision 1.986 / (download) - annotate - [select for diffs], Sat Jun 26 15:17:56 2010 UTC (12 years, 7 months ago) by kefren
Branch: MAIN
Changes since 1.985: +4 -3
lines
Diff to previous 1.985 (colored)
Fix build for MPLS import: add options MPLS, changed pseudo-device mpls to pseudo-device ifmpls
Revision 1.985 / (download) - annotate - [select for diffs], Sat Jun 26 14:36:48 2010 UTC (12 years, 7 months ago) by kefren
Branch: MAIN
Changes since 1.984: +3 -2
lines
Diff to previous 1.984 (colored)
add pseudo-device mpls - commented in GENERIC for now
Revision 1.984 / (download) - annotate - [select for diffs], Tue Jun 1 02:40:13 2010 UTC (12 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.983: +12 -2
lines
Diff to previous 1.983 (colored)
enable the drm drivers; they've been tested for ages and have been enabled on amd64 for some months now. as requested in PR#42936.
Revision 1.974.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:16:53 2010 UTC (12 years, 8 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.974: +22 -15
lines
Diff to previous 1.974 (colored)
sync with head
Revision 1.983 / (download) - annotate - [select for diffs], Sat May 22 19:02:08 2010 UTC (12 years, 8 months ago) by plunky
Branch: MAIN
Changes since 1.982: +6 -2
lines
Diff to previous 1.982 (colored)
add btmagic(4) where other Bluetooth drivers are listed
Revision 1.982 / (download) - annotate - [select for diffs], Sat May 8 22:16:28 2010 UTC (12 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.981: +3 -2
lines
Diff to previous 1.981 (colored)
enable IPFILTER_COMPAT in all kernels that have ipfilter already. canonicalise several of the ipf option segments in various files (this mostly means adding commented out IPFILTER_DEFAULT_BLOCK, or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP option statements.) i built about 20 of these kernels to check, but not all of them.
Revision 1.981 / (download) - annotate - [select for diffs], Sun May 2 17:24:35 2010 UTC (12 years, 9 months ago) by chs
Branch: MAIN
Changes since 1.980: +7 -3
lines
Diff to previous 1.980 (colored)
add alipm and its iic bus.
Revision 1.963.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:28 2010 UTC (12 years, 9 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.963: +33 -17
lines
Diff to previous 1.963 (colored)
Sync with HEAD.
Revision 1.915.2.3.4.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:33:50 2010 UTC (12 years, 9 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.915.2.3: +23 -2
lines
Diff to previous 1.915.2.3 (colored) next main 1.915.2.4 (colored)
sync to netbsd-5
Revision 1.980 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:32 2010 UTC (12 years, 9 months ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.979: +3 -3
lines
Diff to previous 1.979 (colored)
Remove unused count (invariably "4") from pseudo-device fss.
Revision 1.979 / (download) - annotate - [select for diffs], Sat Apr 10 17:55:25 2010 UTC (12 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.978: +4 -8
lines
Diff to previous 1.978 (colored)
Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64. ok jmcneill@ XXX: This is broken: it calls methods with absolute pathnames (almost guaranteed not to be portable across models), it accesses methods that are in the domain of other drivers, it walks the namespace on its own, it contains plenty of magic constants, it does not integrate with existing KPIs, etc. Summa summarum: this should be rewritten as a more generic toshiba_acpi(4).
Revision 1.978 / (download) - annotate - [select for diffs], Fri Apr 9 14:02:05 2010 UTC (12 years, 9 months ago) by ahoka
Branch: MAIN
Changes since 1.977: +2 -5
lines
Diff to previous 1.977 (colored)
Remove pad from GENERIC, add to MONOLITH, we have it as a module now.
Revision 1.977 / (download) - annotate - [select for diffs], Thu Apr 8 17:32:30 2010 UTC (12 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.976: +3 -2
lines
Diff to previous 1.976 (colored)
Add WMI mappings for HP laptops. Requested by cegger@. Thanks to apb@ and cegger@ for initial testing. XXX: This conflicts with hpqlb(4). Someone with the suitable hardware needs to complete the list of hotkeys before -- and if -- this can replace hpqlb(4). For now, the driver was left uncommented in the GENERICs.
Revision 1.976 / (download) - annotate - [select for diffs], Thu Apr 8 09:45:17 2010 UTC (12 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.975: +3 -2
lines
Diff to previous 1.975 (colored)
Add wmidell(4).
Revision 1.975 / (download) - annotate - [select for diffs], Sat Mar 27 03:04:51 2010 UTC (12 years, 10 months ago) by nonaka
Branch: MAIN
Changes since 1.974: +7 -4
lines
Diff to previous 1.974 (colored)
Added sdhc at cardbus support.
Revision 1.890.2.5 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:27 2010 UTC (12 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890.2.4: +144 -121
lines
Diff to previous 1.890.2.4 (colored) to branchpoint 1.890 (colored)
sync with head
Revision 1.974 / (download) - annotate - [select for diffs], Mon Mar 8 22:51:52 2010 UTC (12 years, 10 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.973: +3 -2
lines
Diff to previous 1.973 (colored)
Add etherip(4), commented out
Revision 1.973 / (download) - annotate - [select for diffs], Sat Mar 6 21:12:04 2010 UTC (12 years, 10 months ago) by plunky
Branch: MAIN
Changes since 1.972: +5 -2
lines
Diff to previous 1.972 (colored)
add uhso(4)
Revision 1.972 / (download) - annotate - [select for diffs], Sat Mar 6 04:28:53 2010 UTC (12 years, 10 months ago) by cnst
Branch: MAIN
Changes since 1.971: +2 -3
lines
Diff to previous 1.971 (colored)
remove aiboost(4) from GENERICs, since it cannot win in autoconf(9) over aibs(4); ok pgoyette
Revision 1.971 / (download) - annotate - [select for diffs], Mon Feb 22 17:27:04 2010 UTC (12 years, 11 months ago) by pgoyette
Branch: MAIN
Changes since 1.970: +6 -2
lines
Diff to previous 1.970 (colored)
Forgot to add smscmon here...
Revision 1.970 / (download) - annotate - [select for diffs], Mon Feb 22 05:57:10 2010 UTC (12 years, 11 months ago) by ahoka
Branch: MAIN
Changes since 1.969: +3 -3
lines
Diff to previous 1.969 (colored)
Mention splash need genfb or radeonfb
Revision 1.969 / (download) - annotate - [select for diffs], Sun Feb 21 05:16:29 2010 UTC (12 years, 11 months ago) by cnst
Branch: MAIN
Changes since 1.968: +7 -2
lines
Diff to previous 1.968 (colored)
New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port. http://mail-index.netbsd.org/tech-kern/2010/02/17/msg007338.html Reviewed by <pgoyette>, <tech-kern>.
Revision 1.968 / (download) - annotate - [select for diffs], Fri Feb 12 15:51:16 2010 UTC (12 years, 11 months ago) by hubertf
Branch: MAIN
Changes since 1.967: +3 -2
lines
Diff to previous 1.967 (colored)
Add PPPOE_SERVER - disabled (commented out) in GENERIC, - enabled in ALL
Revision 1.967 / (download) - annotate - [select for diffs], Wed Feb 10 19:54:36 2010 UTC (12 years, 11 months ago) by tonio
Branch: MAIN
Changes since 1.966: +3 -3
lines
Diff to previous 1.966 (colored)
Fix typo in TEMPer comment, spotted by Patrick Welche
Revision 1.966 / (download) - annotate - [select for diffs], Tue Feb 9 22:38:32 2010 UTC (12 years, 11 months ago) by tonio
Branch: MAIN
Changes since 1.965: +5 -2
lines
Diff to previous 1.965 (colored)
Add TEMPer and TERMPerHUM driver
Revision 1.965 / (download) - annotate - [select for diffs], Tue Feb 9 03:19:50 2010 UTC (12 years, 11 months ago) by cnst
Branch: MAIN
Changes since 1.964: +3 -2
lines
Diff to previous 1.964 (colored)
New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor with limit support. http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654 Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
Revision 1.964 / (download) - annotate - [select for diffs], Mon Feb 8 21:45:31 2010 UTC (12 years, 11 months ago) by pgoyette
Branch: MAIN
Changes since 1.963: +4 -3
lines
Diff to previous 1.963 (colored)
Add flags to all instances of lm(4), add a reference to man page
Revision 1.963 / (download) - annotate - [select for diffs], Sat Feb 6 20:12:32 2010 UTC (12 years, 11 months ago) by pgoyette
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.962: +3 -2
lines
Diff to previous 1.962 (colored)
Add acpismbus enries - commented out!
Revision 1.962 / (download) - annotate - [select for diffs], Sun Jan 31 12:14:45 2010 UTC (13 years ago) by jruoho
Branch: MAIN
Changes since 1.961: +2 -3
lines
Diff to previous 1.961 (colored)
Remove ACPICA_PEDANTIC. Appears to be no longer in use.
Revision 1.961 / (download) - annotate - [select for diffs], Thu Jan 21 12:02:25 2010 UTC (13 years ago) by pooka
Branch: MAIN
Changes since 1.960: +3 -3
lines
Diff to previous 1.960 (colored)
remove accidentally committed bit. pointed out by Patrick Welche
Revision 1.960 / (download) - annotate - [select for diffs], Tue Jan 19 22:06:20 2010 UTC (13 years ago) by pooka
Branch: MAIN
Changes since 1.959: +3 -3
lines
Diff to previous 1.959 (colored)
Redefine bpf linkage through an always present op vector, i.e. #if NBPFILTER is no longer required in the client. This change doesn't yet add support for loading bpf as a module, since drivers can register before bpf is attached. However, callers of bpf can now be modularized. Dynamically loadable bpf could probably be done fairly easily with coordination from the stub driver and the real driver by registering attachments in the stub before the real driver is loaded and doing a handoff. ... and I'm not going to ponder the depths of unload here. Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
Revision 1.959 / (download) - annotate - [select for diffs], Thu Jan 7 18:49:30 2010 UTC (13 years ago) by tnn
Branch: MAIN
Changes since 1.958: +2 -6
lines
Diff to previous 1.958 (colored)
uhmodem(4) is superseded by u3g(4) and u3ginit(4). Prepare for uhmodem(4) removal by not building it anymore. This may fix PR kern/41174.
Revision 1.958 / (download) - annotate - [select for diffs], Thu Jan 7 00:18:47 2010 UTC (13 years ago) by martin
Branch: MAIN
Changes since 1.957: +3 -2
lines
Diff to previous 1.957 (colored)
Add the u3ginit driver to all configs which have the u3g driver
Revision 1.957 / (download) - annotate - [select for diffs], Sun Jan 3 03:53:34 2010 UTC (13 years ago) by dholland
Branch: MAIN
Changes since 1.956: +75 -75
lines
Diff to previous 1.956 (colored)
Whitespace. Portions from Igor Sobrado in PR kern/22595. Deploy <space><tab> where needed so columns don't teleport when commenting or uncommenting things.
Revision 1.956 / (download) - annotate - [select for diffs], Sun Jan 3 03:50:38 2010 UTC (13 years ago) by dholland
Branch: MAIN
Changes since 1.955: +15 -15
lines
Diff to previous 1.955 (colored)
Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595. Merged by yours truly as the set of configs has changed quite a bit since the PR was filed in 2003, and I may have missed some stuff. These changes should probably be merged into other arches' configs; I'm not going to do that now though.
Revision 1.955 / (download) - annotate - [select for diffs], Wed Dec 23 01:04:46 2009 UTC (13 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.954: +2 -4
lines
Diff to previous 1.954 (colored)
unifdef -D UGEN_BULK_RA_WB Default behaviour unchanged, the feature must still be explicitly enabled for a ugen fd.
Revision 1.954 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:15 2009 UTC (13 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.953: +2 -3
lines
Diff to previous 1.953 (colored)
Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
Revision 1.953 / (download) - annotate - [select for diffs], Mon Nov 30 16:19:55 2009 UTC (13 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.952: +6 -2
lines
Diff to previous 1.952 (colored)
Add udl(4) and wsdisplay(4) as its child.
Revision 1.952 / (download) - annotate - [select for diffs], Sat Nov 21 12:15:55 2009 UTC (13 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.951: +14 -14
lines
Diff to previous 1.951 (colored)
- more options<space><tab> - capitalize Ethenet
Revision 1.951 / (download) - annotate - [select for diffs], Sat Nov 21 12:09:15 2009 UTC (13 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.950: +15 -15
lines
Diff to previous 1.950 (colored)
- use options<space><tab> - remove an extra whitespace
Revision 1.925.2.3 / (download) - annotate - [select for diffs], Sun Nov 1 13:58:19 2009 UTC (13 years, 3 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925.2.2: +28 -6
lines
Diff to previous 1.925.2.2 (colored)
Sync with HEAD.
Revision 1.915.2.10 / (download) - annotate - [select for diffs], Wed Oct 28 09:03:42 2009 UTC (13 years, 3 months ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1
Changes since 1.915.2.9: +6 -2
lines
Diff to previous 1.915.2.9 (colored) to branchpoint 1.915 (colored)
Pull up the following revisions, requested by sborrill in ticket #1114: share/man/man4/sdhc.4 1.1-1.2 sys/dev/pci/sdhc_pci.c 1.1-1.3 distrib/sets/lists/man/mi patch share/man/man4/Makefile patch sys/arch/amd64/conf/GENERIC patch sys/arch/i386/conf/ALL patch sys/arch/i386/conf/GENERIC patch sys/dev/pci/files.pci patch sys/dev/pci/pcidevs patch sys/dev/pci/pcidevs.h regen sys/dev/pci/pcidevs_data.h regen Add sdhc(4), a driver for SD controllers following the SD Host Controller Standard Simplified Specification.
Revision 1.915.2.9 / (download) - annotate - [select for diffs], Thu Oct 8 09:47:09 2009 UTC (13 years, 3 months ago) by sborrill
Branch: netbsd-5
Changes since 1.915.2.8: +7 -2
lines
Diff to previous 1.915.2.8 (colored) to branchpoint 1.915 (colored)
Pull up the following revisions(s) (requested by jmcneill in ticket #1045): distrib/sets/lists/man/mi: revision 1.1160 share/man/man4/Makefile: revision 1.499 share/man/man4/wb.4: revision 1.1-1.2 share/man/man4/ld.4: revision 1.17 sys/arch/i386/conf/ALL: revision 1.215-1.216 + patch sys/arch/i386/conf/GENERIC: revision 1.946-1.947 + patch sys/arch/amd64/conf/GENERIC: revision 1.254-1.256 + patch sys/conf/files: revision 1.958 sys/dev/acpi/files.acpi: revision 1.59 sys/dev/acpi/wb_acpi.c: revision 1.1 sys/dev/ic/w83l518d.c: revision 1.1 sys/dev/ic/w83l518d_sdmmc.c: revision 1.1 sys/dev/ic/w83l518d_sdmmc.h: revision 1.1 sys/dev/ic/w83l518dreg.h: revision 1.1 sys/dev/ic/w83l518dvar.h.c: revision 1.1 wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
Revision 1.915.2.8 / (download) - annotate - [select for diffs], Mon Oct 5 11:37:13 2009 UTC (13 years, 3 months ago) by sborrill
Branch: netbsd-5
Changes since 1.915.2.7: +5 -2
lines
Diff to previous 1.915.2.7 (colored) to branchpoint 1.915 (colored)
Pull up the following revisions(s) (requested by jmcneill in ticket #1061): sys/arch/x86/conf/files.x86: revision 1.53 sys/arch/x86/include/cpuvar.h: revision 1.31 sys/arch/x86/x86/identcpu.c: revision 1.17 sys/arch/x86/x86/viac7temp.c: revision 1.1 sys/arch/i386/conf/ALL: revision 1.218 sys/arch/i386/conf/GENERIC: revision 1.949 Add support for VIA C7 temperature sensors (options VIA_C7TEMP) and enable in i386 GENERIC kernel.
Revision 1.950 / (download) - annotate - [select for diffs], Sat Oct 3 13:37:27 2009 UTC (13 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.949: +5 -5
lines
Diff to previous 1.949 (colored)
Enable viapcib
Revision 1.949 / (download) - annotate - [select for diffs], Fri Oct 2 18:50:49 2009 UTC (13 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.948: +5 -2
lines
Diff to previous 1.948 (colored)
Add and enable options VIA_C7TEMP
Revision 1.948 / (download) - annotate - [select for diffs], Fri Oct 2 16:47:52 2009 UTC (13 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.947: +3 -2
lines
Diff to previous 1.947 (colored)
PR# kern/42139: ACPI WMI: new driver Import acpiwmi(4) from Jukka Ruohonen. From the PR: Attached is a driver that implements ACPI WMI API: http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx The WMI is used to provide a generic interface for OEMs to use certain platform/laptop-specific additions to the standard ACPI in a somewhat portable way. These can be hotkeys for additional buttons, different event handlers (wireless kill switch, lid switch, etc.), and so on. At least HP and Acer use it by default nowadays. The benefit of this interface would be portability. For an example, instead of hpqlb(4) that works only with certain HP models, we could have a generic HP WMI-driver that should work in theory across all HP laptops. On many new laptops WMI may also be the only way to access laptop/manufacturer-specific features.
Revision 1.947 / (download) - annotate - [select for diffs], Wed Sep 30 22:19:00 2009 UTC (13 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.946: +3 -2
lines
Diff to previous 1.946 (colored)
Need sdmmc* at wb?
Revision 1.946 / (download) - annotate - [select for diffs], Wed Sep 30 20:47:10 2009 UTC (13 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.945: +3 -2
lines
Diff to previous 1.945 (colored)
add and enable wb(4)
Revision 1.915.2.7 / (download) - annotate - [select for diffs], Sat Sep 26 19:52:09 2009 UTC (13 years, 4 months ago) by snj
Branch: netbsd-5
Changes since 1.915.2.6: +6 -2
lines
Diff to previous 1.915.2.6 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #946): distrib/sets/lists/man/mi: revision 1.1155 doc/CHANGES: revision 1.1285 etc/MAKEDEV.tmpl: revision 1.128 share/man/man4/Makefile: revision 1.498 via patch share/man/man4/hdaudio.4: revision 1.1-1.3 share/man/man8/MAKEDEV.8: revision 1.36 sys/arch/amd64/conf/GENERIC: revision 1.250-1.251 sys/arch/amd64/conf/XEN3_DOM0: revision 1.44-1.45 sys/arch/i386/conf/ALL: revision 1.206-1.207 sys/arch/i386/conf/GENERIC: revision 1.942-1.943 sys/arch/i386/conf/XEN3_DOM0: patch sys/conf/majors: revision 1.47 via patch sys/dev/pci/hdaudio/files.hdaudio: revision 1.1-1.2 sys/dev/pci/hdaudio/hdaudio.c: revision 1.1-1.4 sys/dev/pci/hdaudio/hdaudio_afg.c: revisions 1.1-1.14 sys/dev/pci/hdaudio/hdaudio_mixer.h: revisions 1.1-1.3 sys/dev/pci/hdaudio/hdaudio_pci.c: revisions 1.1-1.2 sys/dev/pci/hdaudio/hdaudioio.h: revisions 1.1-1.2 sys/dev/pci/hdaudio/hdaudioreg.h: revisions 1.1-1.3 sys/dev/pci/hdaudio/hdaudiovar.h: revisions 1.1-1.4 sys/dev/pci/files.pci: revisions 1.319 and 1.322 via patch hdaudio(4) is a standards-compliant driver for High Definition Audio. It will replace azalia(4) after testing. To use, comment out azalia in your kernel configuration and uncomment the hdaudio and hdafg lines so it reads: hdaudio* at pci? dev ? function ? hdafg* at hdaudiobus? You should also: cd /dev sh MAKEDEV audio
Revision 1.945 / (download) - annotate - [select for diffs], Sun Sep 20 01:14:31 2009 UTC (13 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.944: +3 -2
lines
Diff to previous 1.944 (colored)
add toshide
Revision 1.890.2.4 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:39 2009 UTC (13 years, 4 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890.2.3: +6 -2
lines
Diff to previous 1.890.2.3 (colored) to branchpoint 1.890 (colored)
sync with head
Revision 1.915.2.6 / (download) - annotate - [select for diffs], Sun Sep 13 22:11:14 2009 UTC (13 years, 4 months ago) by snj
Branch: netbsd-5
Changes since 1.915.2.5: +3 -2
lines
Diff to previous 1.915.2.5 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #943): sys/arch/i386/conf/ALL: revision 1.186 sys/arch/i386/conf/GENERIC: revision 1.921 add options PMS_ELANTECH_TOUCHPAD
Revision 1.944 / (download) - annotate - [select for diffs], Mon Sep 7 22:59:09 2009 UTC (13 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8
Changes since 1.943: +4 -4
lines
Diff to previous 1.943 (colored)
Switch on hdaudio(4)
Revision 1.943 / (download) - annotate - [select for diffs], Mon Sep 7 10:40:54 2009 UTC (13 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.942: +4 -4
lines
Diff to previous 1.942 (colored)
Refer to hdaudio as 'High Definition Audio', not 'Intel High Definition Audio' as many vendors implement the HD audio spec.
Revision 1.942 / (download) - annotate - [select for diffs], Sun Sep 6 17:25:56 2009 UTC (13 years, 4 months ago) by sborrill
Branch: MAIN
Changes since 1.941: +6 -2
lines
Diff to previous 1.941 (colored)
hdaudio(4) is a standards-compliant driver for Intel High Definition Audio. It will replace azalia(4) after testing. To use, comment out azalia in your kernel configuration and uncomment the hdaudio and hdafg lines so it reads: # Intel High Definition Audio hdaudio* at pci? dev ? function ? hdafg* at hdaudiobus? You should also: cd /dev sh MAKEDEV audio
Revision 1.890.2.3 / (download) - annotate - [select for diffs], Wed Aug 19 18:46:18 2009 UTC (13 years, 5 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890.2.2: +18 -4
lines
Diff to previous 1.890.2.2 (colored) to branchpoint 1.890 (colored)
sync with head.
Revision 1.941 / (download) - annotate - [select for diffs], Sat Aug 15 08:44:35 2009 UTC (13 years, 5 months ago) by mbalmer
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7
Changes since 1.940: +9 -2
lines
Diff to previous 1.940 (colored)
Add commented entries for keylock support.
Revision 1.940 / (download) - annotate - [select for diffs], Wed Jul 29 11:58:31 2009 UTC (13 years, 6 months ago) by mbalmer
Branch: MAIN
Changes since 1.939: +4 -3
lines
Diff to previous 1.939 (colored)
Fix (commented out) gpioow usage.
Revision 1.939 / (download) - annotate - [select for diffs], Wed Jul 29 11:55:40 2009 UTC (13 years, 6 months ago) by mbalmer
Branch: MAIN
Changes since 1.938: +4 -2
lines
Diff to previous 1.938 (colored)
Add commented out entries for gpiosim and gpio at gpiosim.
Revision 1.938 / (download) - annotate - [select for diffs], Mon Jul 27 12:34:13 2009 UTC (13 years, 6 months ago) by kiyohara
Branch: MAIN
Changes since 1.937: +3 -2
lines
Diff to previous 1.937 (colored)
Support Marvell Hercules-I/II SATA Controllers.
Revision 1.925.2.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:31:35 2009 UTC (13 years, 6 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925.2.1: +6 -3
lines
Diff to previous 1.925.2.1 (colored)
Sync with HEAD.
Revision 1.937 / (download) - annotate - [select for diffs], Sun Jul 19 06:28:08 2009 UTC (13 years, 6 months ago) by kiyohara
Branch: MAIN
CVS Tags: jymxensuspend-base
Changes since 1.936: +3 -2
lines
Diff to previous 1.936 (colored)
Support siisata@cardbus. It tested on amd64 and i386 only.
Revision 1.936 / (download) - annotate - [select for diffs], Sun Jul 19 02:50:44 2009 UTC (13 years, 6 months ago) by rmind
Branch: MAIN
Changes since 1.935: +4 -3
lines
Diff to previous 1.935 (colored)
Make POSIX message queues a kernel module.
Revision 1.935 / (download) - annotate - [select for diffs], Sat Jul 18 16:31:42 2009 UTC (13 years, 6 months ago) by reinoud
Branch: MAIN
Changes since 1.934: +3 -2
lines
Diff to previous 1.934 (colored)
Import read-only part of the NiLFS (v2) implementation for NetBSD. It has been tested with a DEBUG+DIAGNOSTIC+LOCKDEBUG kernel. To summerise NiLFS, i'll repeat my posting to tech-kern here: NiLFS stands for New implementation of Logging File System; LFS done right they claim :) It is at version 2 now and is being developed by NTT, the Japanese telecom company and recently put into the linux source tree. See http://www.nilfs.org. The on-disc format is not completely frozen and i expect at least one minor revision to come in time. The benefits of NiLFS are build-in fine-grained checkpointing, persistent snapshots, multiple mounts and very large file and media support. Every checkpoint can be transformed into a snapshot and v.v. It is said to perform very well on flash media since it is not overwriting pieces apart from a incidental update of the superblock, but that might change. It is accompanied by a cleaner to clean up the segments and recover lost space. My work is not a port of the linux code; its a new implementation. Porting the code would be more work since its very linux oriented and never written to be ported outside linux. The goal is to be fully interchangable. The code is non intrusive to other parts of the kernel. It is also very light-weight. The current state of the code is read-only access to both clean and dirty NiLFS partitions. On mounting a dirty partition it rolls forward the log to the last checkpoint. Full read-write support is however planned! Just as the linux code, mount_nilfs allows for the `head' to be mounted read/write and allows multiple read-only snapshots/checkpoint mounts next to it. By allowing the RW mount at a different snapshot for read-write it should be possible eventually to revert back to a previous state; i.e. try to upgrade a system and being able to revert to the exact state prior to the upgrade. Compared to other FS's its pretty light-weight, suitable for embedded use and on flash media. The read-only code is currently 17kb object code on NetBSD/i386. I doubt the read-write code will surpass the 50 or 60. Compared this to FFS being 156kb, UDF being 84 kb and NFS being 130kb. Run-time memory usage is most likely not very different from other uses though maybe a bit higher than FFS.
Revision 1.925.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:17:48 2009 UTC (13 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.925: +35 -29
lines
Diff to previous 1.925 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.890.2.2 / (download) - annotate - [select for diffs], Mon May 4 08:11:15 2009 UTC (13 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890.2.1: +105 -70
lines
Diff to previous 1.890.2.1 (colored) to branchpoint 1.890 (colored)
sync with head.
Revision 1.915.2.5 / (download) - annotate - [select for diffs], Sun May 3 23:45:46 2009 UTC (13 years, 8 months ago) by snj
Branch: netbsd-5
Changes since 1.915.2.4: +5 -2
lines
Diff to previous 1.915.2.4 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by cegger in ticket #735): sys/dev/pci/if_age.c: revisions 1.1-1.28 sys/dev/pci/if_agereg.h: revisions 1.1-1.2 sys/dev/pci/if_ale.c: revisions 1.1-1.3 sys/dev/pci/if_alereg.h: revisions 1.1-1.2 sys/dev/pci/files.pci: revisions 1.310-1.313 sys/dev/mii/atphy.c: revisions 1.1-1.5 sys/dev/mii/files.mii: revision 1.42 share/man/man4/age.4: revisions 1.1-1.3 share/man/man4/ale.4: revisions 1.1-1.2 share/man/man4/atphy.4: revisions 1.1-1.2 share/man/man4/Makefile: revisions 1.486, 1.489 distrib/sets/lists/man/mi: revisions 1.1118, 1.1132 sys/arch/i386/conf/GENERIC: revisions 1.928, 1.933 sys/arch/i386/conf/XEN2_DOM0: revisions 1.57, 1.60 sys/arch/amd64/conf/GENERIC: revisions 1.239, 1.241 sys/arch/amd64/conf/XEN3_DOM0: revisions 1.38, 1.42 Add the age(4) and ale(4) drivers for Attansic L1 and Atheros AR8121/AR8113/AR8114 devices respectively.
Revision 1.915.2.4 / (download) - annotate - [select for diffs], Fri May 1 01:20:42 2009 UTC (13 years, 9 months ago) by snj
Branch: netbsd-5
Changes since 1.915.2.3: +3 -2
lines
Diff to previous 1.915.2.3 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #260): sys/arch/i386/conf/ALL: revision 1.187 sys/arch/i386/conf/GENERIC: revision 1.922 PR# port-i386/40284: add AMD Geode CS5536 audio driver; add gcscaudio(4) to i386 GENERIC and ALL kernels
Revision 1.914.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:34:07 2009 UTC (13 years, 9 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.914.2.2: +33 -19
lines
Diff to previous 1.914.2.2 (colored) to branchpoint 1.914 (colored) next main 1.915 (colored)
Sync with HEAD.
Revision 1.934 / (download) - annotate - [select for diffs], Tue Apr 21 03:00:29 2009 UTC (13 years, 9 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base
Changes since 1.933: +15 -2
lines
Diff to previous 1.933 (colored)
Added SD/MMC support from OpenBSD. tested on i386, amd64 at current-users ML by pgoyette@. tested on zaurus by myself.
Revision 1.933 / (download) - annotate - [select for diffs], Mon Apr 20 20:49:21 2009 UTC (13 years, 9 months ago) by cegger
Branch: MAIN
Changes since 1.932: +3 -2
lines
Diff to previous 1.932 (colored)
add ale(4)
Revision 1.932 / (download) - annotate - [select for diffs], Fri Apr 10 23:00:53 2009 UTC (13 years, 9 months ago) by perry
Branch: MAIN
Changes since 1.931: +3 -2
lines
Diff to previous 1.931 (colored)
add commented out LOCKDEBUG
Revision 1.931 / (download) - annotate - [select for diffs], Sun Mar 29 15:45:08 2009 UTC (13 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.930: +3 -3
lines
Diff to previous 1.930 (colored)
Unfuck compat some more
Revision 1.930 / (download) - annotate - [select for diffs], Fri Mar 27 21:04:35 2009 UTC (13 years, 10 months ago) by ad
Branch: MAIN
Changes since 1.929: +2 -5
lines
Diff to previous 1.929 (colored)
Remove -mtune, we'll let the compiler pick a good default (the current default sucks).
Revision 1.799.2.18 / (download) - annotate - [select for diffs], Tue Mar 24 21:25:02 2009 UTC (13 years, 10 months ago) by bouyer
Branch: netbsd-4
Changes since 1.799.2.17: +3 -2
lines
Diff to previous 1.799.2.17 (colored) to branchpoint 1.799 (colored) next main 1.800 (colored)
Pullup the following revisions (requested by msaitoh in ticket #1284): distrib/sets/lists/base/mi 1.706-707,1.797 distrib/sets/lists/man/mi 1.1006 etc/mtree/NetBSD.dist 1.340 share/man/man4/Makefile 1.432 sys/arch/amd64/conf/GENERIC 1.149 via patch sys/arch/i386/conf/ALL 1.103 sys/arch/i386/conf/GENERIC 1.832 sys/arch/i386/conf/GENERIC_LAPTOP 1.237 sys/arch/macppc/conf/GENERIC 1.257 sys/arch/sparc64/conf/GENERIC 1.86 sys/dev/usb/usbdevs 1.468,1.479-480 via patch sys/dev/usb/usbdevs.h regen sys/dev/usb/usbdevs_data.h regen sys/dev/microcode/Makefile 1.7 sys/dev/usb/files.usb patch share/man/man4/zyd.4 1.1 via patch sys/dev/microcode/zyd/Makefile 1.1-1.2 sys/dev/microcode/zyd/build.c 1.1 sys/dev/microcode/zyd/microcode.h 1.1 sys/dev/microcode/zyd/zd1211-license 1.1 sys/dev/microcode/zyd/zyd-zd1211 1.1 sys/dev/microcode/zyd/zyd-zd1211b 1.1 sys/dev/usb/if_zyd.c patch sys/dev/usb/if_zydreg.h 1.1-1.2 Add ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device support
Revision 1.929 / (download) - annotate - [select for diffs], Tue Mar 17 20:04:39 2009 UTC (13 years, 10 months ago) by dyoung
Branch: MAIN
Changes since 1.928: +15 -15
lines
Diff to previous 1.928 (colored)
Reactivate native compatibility in GENERIC.
Revision 1.928 / (download) - annotate - [select for diffs], Fri Mar 6 09:58:14 2009 UTC (13 years, 10 months ago) by cegger
Branch: MAIN
Changes since 1.927: +4 -2
lines
Diff to previous 1.927 (colored)
add age(4) and atphy(4)
Revision 1.914.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:28:59 2009 UTC (13 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.914.2.1: +8 -15
lines
Diff to previous 1.914.2.1 (colored) to branchpoint 1.914 (colored)
Sync with HEAD.
Revision 1.915.2.3 / (download) - annotate - [select for diffs], Thu Feb 19 20:23:46 2009 UTC (13 years, 11 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.915.2.2: +6 -2
lines
Diff to previous 1.915.2.2 (colored) to branchpoint 1.915 (colored)
Apply patch (requested by pooka in ticket #453): Add puffs and putter to amd64, i386, macppc, and sparc64 GENERIC kernels.
Revision 1.927 / (download) - annotate - [select for diffs], Mon Feb 16 23:40:14 2009 UTC (13 years, 11 months ago) by jmcneill
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.926: +3 -3
lines
Diff to previous 1.926 (colored)
Fix typo in genfb line
Revision 1.926 / (download) - annotate - [select for diffs], Mon Feb 16 22:43:47 2009 UTC (13 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.925: +4 -12
lines
Diff to previous 1.925 (colored)
Add and enable genfb(4), and remove vesafb(4) section.
Revision 1.925 / (download) - annotate - [select for diffs], Sat Feb 7 09:58:10 2009 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.924: +3 -3
lines
Diff to previous 1.924 (colored)
move COMPAT_50 into MONOLITHIC, as pointed out by enami@.
Revision 1.915.2.2 / (download) - annotate - [select for diffs], Mon Feb 2 22:12:34 2009 UTC (13 years, 11 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC2
Changes since 1.915.2.1: +5 -5
lines
Diff to previous 1.915.2.1 (colored) to branchpoint 1.915 (colored)
Pull up following revision(s) (requested by ad in ticket #402): sys/arch/amd64/conf/GENERIC: revision 1.237 sys/arch/i386/conf/GENERIC: revision 1.924 Enable BUFQ_PRIOCSCAN by default.
Revision 1.924 / (download) - annotate - [select for diffs], Thu Jan 29 21:48:13 2009 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.923: +5 -5
lines
Diff to previous 1.923 (colored)
Enable BUFQ_PRIOCSCAN by default.
Revision 1.923 / (download) - annotate - [select for diffs], Sat Jan 24 05:06:06 2009 UTC (14 years ago) by mrg
Branch: MAIN
Changes since 1.922: +3 -2
lines
Diff to previous 1.922 (colored)
add COMPAT_50 to all the configs with COMPAT_40.
Revision 1.914.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:16:15 2009 UTC (14 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.914: +63 -59
lines
Diff to previous 1.914 (colored)
Sync with HEAD.
Revision 1.881.6.6 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:02 2009 UTC (14 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.881.6.5: +71 -60
lines
Diff to previous 1.881.6.5 (colored) to branchpoint 1.881 (colored) next main 1.882 (colored)
Sync with HEAD.
Revision 1.922 / (download) - annotate - [select for diffs], Sun Dec 28 15:18:21 2008 UTC (14 years, 1 month ago) by jmcneill
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.921: +3 -2
lines
Diff to previous 1.921 (colored)
PR# port-i386/40284: add AMD Geode CS5536 audio driver; add gcscaudio(4) to i386 GENERIC and ALL kernels
Revision 1.921 / (download) - annotate - [select for diffs], Sun Dec 14 00:44:29 2008 UTC (14 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.920: +3 -2
lines
Diff to previous 1.920 (colored)
add options PMS_ELANTECH_TOUCHPAD
Revision 1.901.2.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:13 2008 UTC (14 years, 1 month ago) by haad
Branch: haad-dm
Changes since 1.901.2.1: +61 -59
lines
Diff to previous 1.901.2.1 (colored) to branchpoint 1.901 (colored) next main 1.902 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.920 / (download) - annotate - [select for diffs], Tue Nov 25 02:47:19 2008 UTC (14 years, 2 months ago) by cube
Branch: MAIN
CVS Tags: haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.919: +4 -4
lines
Diff to previous 1.919 (colored)
Don't compile PPP compressors in by default, they'll be auto-loaded. This saves an incredible 10k of text and data.
Revision 1.919 / (download) - annotate - [select for diffs], Mon Nov 24 11:41:11 2008 UTC (14 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.918: +2 -3
lines
Diff to previous 1.918 (colored)
Remove softdep, pass 1. We are focused on improving journalling. Proposed on tech-kern@.
Revision 1.918 / (download) - annotate - [select for diffs], Fri Nov 21 15:55:59 2008 UTC (14 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.917: +57 -53
lines
Diff to previous 1.917 (colored)
Remove the following from i386 GENERIC since they are also provided by modules. Shrinks the kernel by 1278kB. XXX Need to further investigate situation with vcoda and nsmb. - all file systems - all exec formats - all compat code - POSIX AIO - the NFS server - accept filters
Revision 1.915.2.1 / (download) - annotate - [select for diffs], Tue Nov 18 01:56:58 2008 UTC (14 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC1
Changes since 1.915: +3 -2
lines
Diff to previous 1.915 (colored)
Apply patch (requested by bouyer in ticket #65): Add i386-specific COMPAT_30_PTHREAD option (enabled where COMPAT_30 is enabled), which restore binary compatibility with netbsd-3 libpthread.
Revision 1.917 / (download) - annotate - [select for diffs], Wed Nov 12 14:36:31 2008 UTC (14 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.916: +3 -3
lines
Diff to previous 1.916 (colored)
Comment out P1003_1B_SEMAPHORE. The ksem module will now be autoloaded from the file system if POSIX semaphores are used.
Revision 1.916 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:01 2008 UTC (14 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.915: +2 -3
lines
Diff to previous 1.915 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.915 / (download) - annotate - [select for diffs], Wed Oct 29 11:56:53 2008 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: netbsd-5-base
Branch point for: netbsd-5
Changes since 1.914: +4 -4
lines
Diff to previous 1.914 (colored)
Reenable ichlpcib by default. This allows all modern ICH systems to use the watchdog support out-of-the-box. It is not clear, if the workaround for ancient revisions with broken SpeedStep work, so if this breaks a report with PCI dump of the southbridge is required to blacklist them.
Revision 1.901.2.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:15:48 2008 UTC (14 years, 3 months ago) by haad
Branch: haad-dm
Changes since 1.901: +28 -13
lines
Diff to previous 1.901 (colored)
Sync with HEAD.
Revision 1.914 / (download) - annotate - [select for diffs], Sun Oct 19 11:34:31 2008 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap
Changes since 1.913: +6 -2
lines
Diff to previous 1.913 (colored)
Add u3g entries in kernels that have ugensa as well.
Revision 1.913 / (download) - annotate - [select for diffs], Sat Oct 11 21:54:11 2008 UTC (14 years, 3 months ago) by bouyer
Branch: MAIN
Changes since 1.912: +3 -2
lines
Diff to previous 1.912 (colored)
jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and JME260 Fast Ethernet PCI Express controllers. Written with a lot of cut-n-paste from the FreeBSD jme(4) driver. No support for jumbo ethernet frames yet (but should come soon). Thanks to JMicron Technologies for providing me sample boards and documentation for this work.
Revision 1.894.2.4 / (download) - annotate - [select for diffs], Fri Oct 10 22:29:04 2008 UTC (14 years, 3 months ago) by skrll
Branch: wrstuden-revivesa
Changes since 1.894.2.3: +7 -10
lines
Diff to previous 1.894.2.3 (colored) next main 1.895 (colored)
Sync with HEAD.
Revision 1.912 / (download) - annotate - [select for diffs], Tue Oct 7 12:43:32 2008 UTC (14 years, 3 months ago) by pgoyette
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4
Changes since 1.911: +6 -5
lines
Diff to previous 1.911 (colored)
Move all platforms to new dbCool driver in preparation for removal of chip-specific drivers
Revision 1.911 / (download) - annotate - [select for diffs], Tue Oct 7 09:30:04 2008 UTC (14 years, 3 months ago) by rmind
Branch: MAIN
Changes since 1.910: +3 -2
lines
Diff to previous 1.910 (colored)
Add a note that SysV IPC parameters could be changed dynamically.
Revision 1.881.6.5 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:26 2008 UTC (14 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.881.6.4: +0 -5
lines
Diff to previous 1.881.6.4 (colored) to branchpoint 1.881 (colored)
Sync with HEAD.
Revision 1.910 / (download) - annotate - [select for diffs], Tue Sep 30 16:45:33 2008 UTC (14 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.909: +2 -7
lines
Diff to previous 1.909 (colored)
Remove esl(4)
Revision 1.881.6.4 / (download) - annotate - [select for diffs], Sun Sep 28 10:39:58 2008 UTC (14 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.881.6.3: +16 -3
lines
Diff to previous 1.881.6.3 (colored) to branchpoint 1.881 (colored)
Sync with HEAD.
Revision 1.894.2.3 / (download) - annotate - [select for diffs], Wed Sep 24 16:38:49 2008 UTC (14 years, 4 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.894.2.2: +4 -2
lines
Diff to previous 1.894.2.2 (colored)
Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
Revision 1.894.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:27 2008 UTC (14 years, 4 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.894.2.1: +16 -5
lines
Diff to previous 1.894.2.1 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.909 / (download) - annotate - [select for diffs], Tue Sep 9 03:26:42 2008 UTC (14 years, 4 months ago) by ober
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3
Changes since 1.908: +3 -2
lines
Diff to previous 1.908 (colored)
Adding iwn(4) to GENERIC
Revision 1.908 / (download) - annotate - [select for diffs], Tue Sep 9 01:19:37 2008 UTC (14 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.907: +3 -2
lines
Diff to previous 1.907 (colored)
Add uvideo(4)
Revision 1.907 / (download) - annotate - [select for diffs], Sun Sep 7 12:01:25 2008 UTC (14 years, 4 months ago) by tron
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-2
Changes since 1.906: +2 -4
lines
Diff to previous 1.906 (colored)
Remove references to non-existant kernel option NO_TSC_TIME. This fixes PR port-i386/39460 by Juan RP.
Revision 1.906 / (download) - annotate - [select for diffs], Sat Sep 6 20:08:01 2008 UTC (14 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.905: +8 -2
lines
Diff to previous 1.905 (colored)
Enable video(4) and pseye(4)
Revision 1.905 / (download) - annotate - [select for diffs], Thu Aug 21 18:06:18 2008 UTC (14 years, 5 months ago) by bouyer
Branch: MAIN
Changes since 1.904: +3 -3
lines
Diff to previous 1.904 (colored)
Enable ipmi(4) by default in GENERIC and related kernels.
Revision 1.904 / (download) - annotate - [select for diffs], Mon Aug 4 03:55:47 2008 UTC (14 years, 5 months ago) by tls
Branch: MAIN
Changes since 1.903: +7 -2
lines
Diff to previous 1.903 (colored)
Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetd support for specifying an accept filter for a service (mostly as a usage example, but it can be handy for other things). Manual pages to follow in a day or so. OK core@.
Revision 1.903 / (download) - annotate - [select for diffs], Thu Jul 31 14:15:00 2008 UTC (14 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.902: +3 -2
lines
Diff to previous 1.902 (colored)
Include VGA_POST by default in GENERIC and ALL on x86 now that the code is conditional.
Revision 1.902 / (download) - annotate - [select for diffs], Thu Jul 31 07:41:01 2008 UTC (14 years, 6 months ago) by simonb
Branch: MAIN
Changes since 1.901: +3 -2
lines
Diff to previous 1.901 (colored)
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
Revision 1.881.6.3 / (download) - annotate - [select for diffs], Sun Jun 29 09:32:57 2008 UTC (14 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.881.6.2: +3 -0
lines
Diff to previous 1.881.6.2 (colored) to branchpoint 1.881 (colored)
Sync with HEAD.
Revision 1.894.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:26 2008 UTC (14 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.894: +12 -5
lines
Diff to previous 1.894 (colored)
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.900.2.2 / (download) - annotate - [select for diffs], Wed Jun 18 16:32:41 2008 UTC (14 years, 7 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.900.2.1: +5 -2
lines
Diff to previous 1.900.2.1 (colored) to branchpoint 1.900 (colored) next main 1.901 (colored)
Sync with head.
Revision 1.889.2.3 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:01 2008 UTC (14 years, 7 months ago) by yamt
Branch: yamt-pf42
Changes since 1.889.2.2: +5 -2
lines
Diff to previous 1.889.2.2 (colored) to branchpoint 1.889 (colored) next main 1.890 (colored)
sync with head.
Revision 1.901 / (download) - annotate - [select for diffs], Wed Jun 11 20:37:38 2008 UTC (14 years, 7 months ago) by perry
Branch: MAIN
CVS Tags: yamt-pf42-base4,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base
Branch point for: haad-dm
Changes since 1.900: +5 -2
lines
Diff to previous 1.900 (colored)
Add cmos(4). This should probably be added to amd64 as well.
Revision 1.900.2.1 / (download) - annotate - [select for diffs], Tue Jun 10 14:51:21 2008 UTC (14 years, 7 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.900: +3 -2
lines
Diff to previous 1.900 (colored)
Initial commit of Wasabi System's WAPBL (Write Ahead Physical Block Logging) journaling code. Originally written by Darrin B. Jewell while at Wasabi and updated to -current by Antti Kantee, Andy Doran, Greg Oster and Simon Burge. Still a number of issues - look in doc/BRANCHES for "simonb-wapbl" for more info.
Revision 1.889.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:46 2008 UTC (14 years, 7 months ago) by yamt
Branch: yamt-pf42
Changes since 1.889.2.1: +9 -3
lines
Diff to previous 1.889.2.1 (colored) to branchpoint 1.889 (colored)
sync with head
Revision 1.799.2.7.2.4 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:14 2008 UTC (14 years, 7 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.799.2.7.2.3: +4 -2
lines
Diff to previous 1.799.2.7.2.3 (colored) next main 1.799.2.8 (colored)
Sync with netbsd-4.
Revision 1.881.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:13 2008 UTC (14 years, 8 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.881.6.1: +24 -18
lines
Diff to previous 1.881.6.1 (colored) to branchpoint 1.881 (colored)
Sync with HEAD.
Revision 1.900 / (download) - annotate - [select for diffs], Fri May 30 19:51:00 2008 UTC (14 years, 8 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pf42-base3
Branch point for: simonb-wapbl
Changes since 1.899: +3 -2
lines
Diff to previous 1.899 (colored)
Add pci* at elansc? bus ?. Should fix Jasper's PR, port-i386/38800.
Revision 1.899 / (download) - annotate - [select for diffs], Mon May 26 00:25:32 2008 UTC (14 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.898: +5 -2
lines
Diff to previous 1.898 (colored)
Add uberry.
Revision 1.898 / (download) - annotate - [select for diffs], Sun May 25 19:05:17 2008 UTC (14 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.897: +3 -3
lines
Diff to previous 1.897 (colored)
Re-enable INCLUDE_CONFIG_FILE in the GENERIC kernel config files for i386, amd64 and usermode - it is necessary for retrieving information on kernel configuration for running kernels - cf config -x.
Revision 1.897 / (download) - annotate - [select for diffs], Fri May 23 21:17:40 2008 UTC (14 years, 8 months ago) by jnemeth
Branch: MAIN
Changes since 1.896: +3 -2
lines
Diff to previous 1.896 (colored)
add siisata(4) -- SiI SteelVine SATA2
Revision 1.896 / (download) - annotate - [select for diffs], Sun May 18 22:05:59 2008 UTC (14 years, 8 months ago) by cegger
Branch: MAIN
CVS Tags: hpcarm-cleanup-nbase
Changes since 1.895: +3 -2
lines
Diff to previous 1.895 (colored)
acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons". "awesome" jmcneill
Revision 1.889.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:09 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.889: +17 -20
lines
Diff to previous 1.889 (colored)
sync with head.
Revision 1.890.2.1 / (download) - annotate - [select for diffs], Fri May 16 02:22:32 2008 UTC (14 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.890: +14 -20
lines
Diff to previous 1.890 (colored)
sync with head.
Revision 1.895 / (download) - annotate - [select for diffs], Tue May 13 13:43:47 2008 UTC (14 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-base2,
yamt-nfs-mp-base2
Changes since 1.894: +2 -4
lines
Diff to previous 1.894 (colored)
PR kern/35296 option PIC_DELAY not use
Revision 1.894 / (download) - annotate - [select for diffs], Mon May 5 14:43:18 2008 UTC (14 years, 8 months ago) by ad
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.893: +9 -9
lines
Diff to previous 1.893 (colored)
The kernel is too large. Reduce size by commenting out eye candy options: {ACPI,EISA,MII,PCI,USB,MCA}VERBOSE Also remove INCLUDE_CONFIG_FILE, because it doesn't make sense in GENERIC.
Revision 1.893 / (download) - annotate - [select for diffs], Fri May 2 15:26:38 2008 UTC (14 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.892: +6 -2
lines
Diff to previous 1.892 (colored)
- Give x86 BIOS boot the ability to load new style modules and pass them into the kernel. Based on a patch by jmcneill@, with many fixes and improvements by me. - Put MEMORY_DISK_DYNAMIC and MODULAR into the GENERIC kernels, so that you can load miniroot.kmod from the boot blocks and boot into the installer!
Revision 1.892 / (download) - annotate - [select for diffs], Thu May 1 20:18:18 2008 UTC (14 years, 9 months ago) by cegger
Branch: MAIN
Changes since 1.891: +3 -2
lines
Diff to previous 1.891 (colored)
hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks
Revision 1.891 / (download) - annotate - [select for diffs], Wed Apr 30 15:29:11 2008 UTC (14 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.890: +2 -11
lines
Diff to previous 1.890 (colored)
For PR kern/38537: - Make MULTIPROCESSOR mandatory on i386. Installation changes: - Update installation section of release notes to match reality. - Rename INSTALL to INSTALL_FLOPPY, retire INSTALL_LARGE. - Build INSTALL kernel from GENERIC, like on amd64. - Update boot menu to allow disabling ACPI and/or SMP. - Remove GENERIC.NOACPI from the installed kernel list. - TODO: install default boot.cfg in etc.tgz. - TODO: possibly enable PCI fixup stuff at runtime if ACPI is disabled. Build changes: - No longer build ALL, it's for verification, is slow to build and the build process is already crippled by the number of kernels built. - No longer build GENERIC.NOACPI.
Revision 1.890 / (download) - annotate - [select for diffs], Tue Apr 22 22:37:14 2008 UTC (14 years, 9 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base
Branch point for: yamt-nfs-mp
Changes since 1.889: +5 -2
lines
Diff to previous 1.889 (colored)
amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4). Changes beyond OpenBSD's driver: - Improved support for AMD K8 - Added support for AMD Barcelona, AMD Phenom and AMD Griffin Tested on various single and multi-socket machines. Review and OK xtreame
Revision 1.799.2.17 / (download) - annotate - [select for diffs], Sat Apr 19 15:57:56 2008 UTC (14 years, 9 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.799.2.16: +3 -2
lines
Diff to previous 1.799.2.16 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by sborrill in ticket #1128): sys/dev/pci/if_lii.c: revisions 1.1, 1.3 via patch sys/arch/i386/conf/ALL: revision 1.161 via patch share/man/man4/lii.4: revision 1.1 via patch sys/dev/pci/files.pci: revision 1.303 via patch sys/dev/DEVNAMES: revision 1.238 via patch sys/arch/i386/conf/GENERIC: revision 1.885 via patch distrib/sets/lists/man/mi: revisions 1.1062, 1.1063 via patch sys/arch/i386/conf/XEN2_DOM0: revision 1.43 via patch share/man/man4/Makefile: revision 1.460 via patch sys/arch/i386/conf/INSTALL: revision 1.323 via patch sys/dev/pci/if_liireg.h: revision 1.1 via patch Add a driver for the Atheros/Attansic L2 Fast-Ethernet chip found on a series of hardware that includes Asus's famous EeePC.
Revision 1.889 / (download) - annotate - [select for diffs], Fri Apr 11 11:55:18 2008 UTC (14 years, 9 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.888: +3 -3
lines
Diff to previous 1.888 (colored)
Please don't leave a debug option in GENERIC.
Revision 1.888 / (download) - annotate - [select for diffs], Wed Apr 9 17:35:17 2008 UTC (14 years, 9 months ago) by dyoung
Branch: MAIN
Changes since 1.887: +4 -4
lines
Diff to previous 1.887 (colored)
Attach elansc at mainbus instead of at pci.
Revision 1.887 / (download) - annotate - [select for diffs], Thu Apr 3 22:51:09 2008 UTC (14 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.886: +5 -2
lines
Diff to previous 1.886 (colored)
Add finsio(4) entry (commented out).
Revision 1.881.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:17 2008 UTC (14 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.881: +5 -3
lines
Diff to previous 1.881 (colored)
Sync with HEAD.
Revision 1.886 / (download) - annotate - [select for diffs], Mon Mar 31 15:19:28 2008 UTC (14 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.885: +3 -2
lines
Diff to previous 1.885 (colored)
Enable asus(4)
Revision 1.885 / (download) - annotate - [select for diffs], Sat Mar 29 00:21:01 2008 UTC (14 years, 10 months ago) by cube
Branch: MAIN
Changes since 1.884: +3 -2
lines
Diff to previous 1.884 (colored)
Add and enable lii(4).
Revision 1.881.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:14:58 2008 UTC (14 years, 10 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.881: +3 -3
lines
Diff to previous 1.881 (colored) next main 1.882 (colored)
sync with head.
Revision 1.844.2.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:05 2008 UTC (14 years, 10 months ago) by matt
Branch: matt-armv6
Changes since 1.844.2.2: +13 -6
lines
Diff to previous 1.844.2.2 (colored) next main 1.845 (colored)
sync with HEAD
Revision 1.884 / (download) - annotate - [select for diffs], Tue Mar 18 20:48:42 2008 UTC (14 years, 10 months ago) by cube
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
ad-socklock-base1
Changes since 1.883: +289 -316
lines
Diff to previous 1.883 (colored)
Back out previous, which obviously wasn't meant to get committed.
Revision 1.883 / (download) - annotate - [select for diffs], Tue Mar 18 20:46:35 2008 UTC (14 years, 10 months ago) by cube
Branch: MAIN
Changes since 1.882: +316 -289
lines
Diff to previous 1.882 (colored)
Split device_t and softc for ATA devices, as well as wd(4). Other cosmetic changes where appropriate.
Revision 1.683.2.10 / (download) - annotate - [select for diffs], Mon Mar 17 09:14:20 2008 UTC (14 years, 10 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.9: +3 -3
lines
Diff to previous 1.683.2.9 (colored) next main 1.684 (colored)
sync with head.
Revision 1.882 / (download) - annotate - [select for diffs], Fri Feb 29 14:42:32 2008 UTC (14 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.881: +3 -3
lines
Diff to previous 1.881 (colored)
Remove GENERIC.local from the repository Make all the kernels that currently include their corresponding GENERIC.local file use the cinclude directive instead of include. This way config(1) will not complain if the file cannot be found. After doing this, remove the GENERIC.local files from the repository so that the user will not see modified files during updates, and local changes to them cannot end up in the repository by mistake. Discussed in tech-kern@ earlier this month. No strong objections.
Revision 1.859.2.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:37 2008 UTC (14 years, 11 months ago) by mjf
Branch: mjf-devfs
Changes since 1.859.2.3: +36 -12
lines
Diff to previous 1.859.2.3 (colored) to branchpoint 1.859 (colored) next main 1.860 (colored)
Sync with HEAD.
Revision 1.683.2.9 / (download) - annotate - [select for diffs], Mon Feb 4 09:22:00 2008 UTC (14 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.8: +7 -3
lines
Diff to previous 1.683.2.8 (colored)
sync with head.
Revision 1.881 / (download) - annotate - [select for diffs], Wed Jan 30 19:58:19 2008 UTC (15 years ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
hpcarm-cleanup-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.880: +3 -3
lines
Diff to previous 1.880 (colored)
Crank maxusers to 64.
Revision 1.867.2.5 / (download) - annotate - [select for diffs], Wed Jan 23 19:27:15 2008 UTC (15 years ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.867.2.4: +4 -0
lines
Diff to previous 1.867.2.4 (colored) to branchpoint 1.867 (colored) next main 1.868 (colored)
Sync with HEAD.
Revision 1.880 / (download) - annotate - [select for diffs], Mon Jan 21 22:12:00 2008 UTC (15 years ago) by ichiro
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase
Changes since 1.879: +6 -2
lines
Diff to previous 1.879 (colored)
enable 'uhmodem'
Revision 1.683.2.8 / (download) - annotate - [select for diffs], Mon Jan 21 09:36:49 2008 UTC (15 years ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.7: +40 -12
lines
Diff to previous 1.683.2.7 (colored)
sync with head
Revision 1.867.2.4 / (download) - annotate - [select for diffs], Sat Jan 19 12:14:15 2008 UTC (15 years ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.867.2.3: +0 -1
lines
Diff to previous 1.867.2.3 (colored) to branchpoint 1.867 (colored)
Sync with HEAD
Revision 1.879 / (download) - annotate - [select for diffs], Wed Jan 16 09:37:05 2008 UTC (15 years ago) by ad
Branch: MAIN
CVS Tags: bouyer-xeni386-base
Changes since 1.878: +2 -3
lines
Diff to previous 1.878 (colored)
Remove options MATH_EMULATE.
Revision 1.799.2.16 / (download) - annotate - [select for diffs], Fri Jan 11 17:03:17 2008 UTC (15 years ago) by xtraeme
Branch: netbsd-4
Changes since 1.799.2.15: +1 -0
lines
Diff to previous 1.799.2.15 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by christos in ticket #1037): sys/dev/pci/arcmsr.c: patch sys/dev/pci/arcmsrvar.h: patch sys/dev/pci/pcidevs: patch sys/dev/pci/files.pci: patch sys/arch/i386/conf/GENERIC: patch sys/arch/i386/conf/XEN2_DOM0: patch sys/arch/i386/conf/INSTALL_LARGE: patch sys/arch/amd64/conf/GENERIC: patch sys/arch/amd64/conf/INSTALL: patch share/man/man4/Makefile: patch share/man/man4/arcmsr.4: patch distrib/sets/lists/man/mi: patch Add the Areca Technology Corporation SATA RAID controller driver, ported from OpenBSD.
Revision 1.867.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 23:43:18 2008 UTC (15 years ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.867.2.2: +5 -1
lines
Diff to previous 1.867.2.2 (colored) to branchpoint 1.867 (colored)
Sync with HEAD
Revision 1.878 / (download) - annotate - [select for diffs], Wed Jan 9 14:28:54 2008 UTC (15 years ago) by xtraeme
Branch: MAIN
Changes since 1.877: +7 -3
lines
Diff to previous 1.877 (colored)
Add gcscpcib(4).
Revision 1.844.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:46:27 2008 UTC (15 years ago) by matt
Branch: matt-armv6
Changes since 1.844.2.1: +44 -28
lines
Diff to previous 1.844.2.1 (colored)
sync with HEAD
Revision 1.867.2.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:09:52 2008 UTC (15 years ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.867.2.1: +5 -5
lines
Diff to previous 1.867.2.1 (colored) to branchpoint 1.867 (colored)
Sync with HEAD
Revision 1.877 / (download) - annotate - [select for diffs], Mon Jan 7 08:39:03 2008 UTC (15 years ago) by martti
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.876: +6 -6
lines
Diff to previous 1.876 (colored)
Fixed indentation, it should be option<space><tab> makeoption<space><tab>
Revision 1.799.2.7.2.3 / (download) - annotate - [select for diffs], Sun Jan 6 05:00:56 2008 UTC (15 years ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.799.2.7.2.2: +4 -4
lines
Diff to previous 1.799.2.7.2.2 (colored)
Catch up to netbsd-4.0 release.
Revision 1.876 / (download) - annotate - [select for diffs], Thu Jan 3 07:21:21 2008 UTC (15 years ago) by kiyohara
Branch: MAIN
Changes since 1.875: +3 -3
lines
Diff to previous 1.875 (colored)
Remove white-space.
Revision 1.867.2.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:48:09 2008 UTC (15 years, 1 month ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.867: +26 -5
lines
Diff to previous 1.867 (colored)
Sync with HEAD
Revision 1.875 / (download) - annotate - [select for diffs], Mon Dec 31 15:31:56 2007 UTC (15 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.874: +2 -3
lines
Diff to previous 1.874 (colored)
Remove systrace. Ok core@.
Revision 1.874 / (download) - annotate - [select for diffs], Sun Dec 30 13:15:22 2007 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.873: +9 -2
lines
Diff to previous 1.873 (colored)
Enable wedge autodiscovery and wedge support for GPT. Both MBR and BSD disklabel support is *not* enabled, but documented.
Revision 1.873 / (download) - annotate - [select for diffs], Sat Dec 29 06:09:04 2007 UTC (15 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.872: +3 -3
lines
Diff to previous 1.872 (colored)
Update itesio(4) comments.
Revision 1.859.2.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:43:00 2007 UTC (15 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.859.2.2: +11 -3
lines
Diff to previous 1.859.2.2 (colored) to branchpoint 1.859 (colored)
Sync with HEAD.
Revision 1.872 / (download) - annotate - [select for diffs], Wed Dec 26 23:00:51 2007 UTC (15 years, 1 month ago) by elad
Branch: MAIN
Changes since 1.871: +4 -3
lines
Diff to previous 1.871 (colored)
Compile in by default (disabled) PaX ASLR for amd64 and i386.
Revision 1.864.2.2 / (download) - annotate - [select for diffs], Wed Dec 26 21:38:44 2007 UTC (15 years, 1 month ago) by ad
Branch: vmlocking2
Changes since 1.864.2.1: +21 -3
lines
Diff to previous 1.864.2.1 (colored) to branchpoint 1.864 (colored) next main 1.865 (colored)
Sync with head.
Revision 1.871 / (download) - annotate - [select for diffs], Wed Dec 26 16:28:15 2007 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.870: +9 -2
lines
Diff to previous 1.870 (colored)
Add PHYSMEM_MAX_ADDR and PHYSMEM_MAX_SIZE options. This limit physical memory based on overall size (useful for debugging to keep core dumps small) or maximum address (when using devices with bus dma limits). Contrary to REALBASEMEM and REALEXTMEM, they still use the BIOS memory map and can therefore deal with fragmented memory.
Revision 1.870 / (download) - annotate - [select for diffs], Tue Dec 25 01:03:32 2007 UTC (15 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.869: +5 -2
lines
Diff to previous 1.869 (colored)
Make SMP the default on i386. For the time being the noacpi kernel does not have it enabled.
Revision 1.869 / (download) - annotate - [select for diffs], Fri Dec 21 15:20:13 2007 UTC (15 years, 1 month ago) by jmcneill
Branch: MAIN
Changes since 1.868: +3 -2
lines
Diff to previous 1.868 (colored)
Add thinkpad at acpi
Revision 1.868 / (download) - annotate - [select for diffs], Mon Dec 17 04:36:16 2007 UTC (15 years, 1 month ago) by riz
Branch: MAIN
Changes since 1.867: +5 -2
lines
Diff to previous 1.867 (colored)
Add drvctl(4)
Revision 1.866.2.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:20:28 2007 UTC (15 years, 1 month ago) by yamt
Branch: yamt-kmem
Changes since 1.866: +7 -3
lines
Diff to previous 1.866 (colored) next main 1.867 (colored)
sync with head.
Revision 1.867 / (download) - annotate - [select for diffs], Sun Dec 9 20:27:46 2007 UTC (15 years, 1 month ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.866: +7 -3
lines
Diff to previous 1.866 (colored)
Merge jmcneill-pm branch.
Revision 1.839.4.14 / (download) - annotate - [select for diffs], Sun Dec 9 19:35:19 2007 UTC (15 years, 1 month ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.839.4.13: +3 -2
lines
Diff to previous 1.839.4.13 (colored) to branchpoint 1.839 (colored) next main 1.840 (colored)
Sync with HEAD.
Revision 1.859.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:17:06 2007 UTC (15 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.859.2.1: +7 -4
lines
Diff to previous 1.859.2.1 (colored) to branchpoint 1.859 (colored)
Sync with HEAD.
Revision 1.864.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:56:22 2007 UTC (15 years, 1 month ago) by ad
Branch: vmlocking2
Changes since 1.864: +3 -2
lines
Diff to previous 1.864 (colored)
Sync with head.
Revision 1.683.2.7 / (download) - annotate - [select for diffs], Fri Dec 7 17:24:54 2007 UTC (15 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.6: +8 -5
lines
Diff to previous 1.683.2.6 (colored)
sync with head
Revision 1.866 / (download) - annotate - [select for diffs], Wed Dec 5 00:19:41 2007 UTC (15 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-kmem-base,
vmlocking2-base2,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base
Branch point for: yamt-kmem
Changes since 1.865: +3 -3
lines
Diff to previous 1.865 (colored)
arc(4) -> arcmsr(4)
Revision 1.865 / (download) - annotate - [select for diffs], Tue Dec 4 18:53:57 2007 UTC (15 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.864: +3 -2
lines
Diff to previous 1.864 (colored)
Enable arc(4).
Revision 1.816.2.9 / (download) - annotate - [select for diffs], Mon Dec 3 19:03:22 2007 UTC (15 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.816.2.8: +2 -8
lines
Diff to previous 1.816.2.8 (colored) next main 1.817 (colored)
Sync with HEAD.
Revision 1.816.2.8 / (download) - annotate - [select for diffs], Mon Dec 3 18:36:23 2007 UTC (15 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.816.2.7: +25 -28
lines
Diff to previous 1.816.2.7 (colored)
Sync with HEAD.
Revision 1.839.4.13 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:01 2007 UTC (15 years, 1 month ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.12: +4 -2
lines
Diff to previous 1.839.4.12 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.864 / (download) - annotate - [select for diffs], Sun Dec 2 05:19:13 2007 UTC (15 years, 2 months ago) by kiyohara
Branch: MAIN
CVS Tags: vmlocking2-base1,
vmlocking-nbase
Branch point for: vmlocking2
Changes since 1.863: +4 -2
lines
Diff to previous 1.863 (colored)
Add bcsp(4).
Revision 1.839.4.12 / (download) - annotate - [select for diffs], Tue Nov 27 19:35:38 2007 UTC (15 years, 2 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.11: +4 -4
lines
Diff to previous 1.839.4.11 (colored) to branchpoint 1.839 (colored)
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.799.2.15 / (download) - annotate - [select for diffs], Mon Nov 26 21:35:47 2007 UTC (15 years, 2 months ago) by xtraeme
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Changes since 1.799.2.14: +4 -4
lines
Diff to previous 1.799.2.14 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by jnemeth in ticket #998): sys/arch/amd64/conf/GENERIC: revision 1.176 (patch) sys/arch/i386/conf/GENERIC: revision 1.863 comment out com*/lpt* at acpi? as they cause these ports to move from their traditional location and imminent changes in -current will cause them to move back
Revision 1.852.2.3 / (download) - annotate - [select for diffs], Thu Nov 22 15:18:21 2007 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.852.2.2: +2 -2
lines
Diff to previous 1.852.2.2 (colored) to branchpoint 1.852 (colored) next main 1.853 (colored)
Sync with HEAD
Revision 1.863 / (download) - annotate - [select for diffs], Thu Nov 22 14:33:53 2007 UTC (15 years, 2 months ago) by jnemeth
Branch: MAIN
CVS Tags: bouyer-xenamd64-base
Changes since 1.862: +4 -4
lines
Diff to previous 1.862 (colored)
comment out com*/lpt* at acpi? as they cause these ports to move from their traditional location and imminent changes in -current will cause them to move back
Revision 1.839.4.11 / (download) - annotate - [select for diffs], Wed Nov 21 21:53:09 2007 UTC (15 years, 2 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.10: +3 -18
lines
Diff to previous 1.839.4.10 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.859.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:46:18 2007 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.859: +6 -18
lines
Diff to previous 1.859 (colored)
Sync with HEAD.
Revision 1.852.2.2 / (download) - annotate - [select for diffs], Sun Nov 18 19:34:15 2007 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.852.2.1: +1 -16
lines
Diff to previous 1.852.2.1 (colored) to branchpoint 1.852 (colored)
Sync with HEAD
Revision 1.862 / (download) - annotate - [select for diffs], Thu Nov 15 12:58:29 2007 UTC (15 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2
Changes since 1.861: +3 -3
lines
Diff to previous 1.861 (colored)
Update for it(4) -> itesio(4) rename.
Revision 1.683.2.6 / (download) - annotate - [select for diffs], Thu Nov 15 11:42:47 2007 UTC (15 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.5: +9 -23
lines
Diff to previous 1.683.2.5 (colored)
sync with head.
Revision 1.839.4.10 / (download) - annotate - [select for diffs], Wed Nov 14 19:04:08 2007 UTC (15 years, 2 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.9: +5 -2
lines
Diff to previous 1.839.4.9 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.861 / (download) - annotate - [select for diffs], Wed Nov 14 17:54:57 2007 UTC (15 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.860: +2 -17
lines
Diff to previous 1.860 (colored)
- Remove I486_CPU, I586_CPU, I686_CPU options. They buy us nothing and clutter the code significantly. - Remove pccons.
Revision 1.852.2.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:29 2007 UTC (15 years, 2 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.852: +14 -10
lines
Diff to previous 1.852 (colored)
Sync with HEAD
Revision 1.860 / (download) - annotate - [select for diffs], Sun Nov 11 17:56:10 2007 UTC (15 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.859: +5 -2
lines
Diff to previous 1.859 (colored)
Enable pad(4)
Revision 1.844.2.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:17:10 2007 UTC (15 years, 2 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.844: +34 -19
lines
Diff to previous 1.844 (colored)
sync with HEAD
Revision 1.839.4.9 / (download) - annotate - [select for diffs], Sun Nov 4 21:02:57 2007 UTC (15 years, 2 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.839.4.8: +2 -7
lines
Diff to previous 1.839.4.8 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.859 / (download) - annotate - [select for diffs], Sun Nov 4 14:34:22 2007 UTC (15 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: jmcneill-base
Branch point for: mjf-devfs
Changes since 1.858: +2 -7
lines
Diff to previous 1.858 (colored)
Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out.
Revision 1.858 / (download) - annotate - [select for diffs], Thu Nov 1 13:54:29 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.857: +3 -3
lines
Diff to previous 1.857 (colored)
Revert previous, thanks wikipedia :-)
Revision 1.857 / (download) - annotate - [select for diffs], Thu Nov 1 13:48:52 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.856: +3 -3
lines
Diff to previous 1.856 (colored)
Fix typo "iff" -> "if" reported by leot via freenode@irc.
Revision 1.839.4.8 / (download) - annotate - [select for diffs], Wed Oct 31 23:13:59 2007 UTC (15 years, 3 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.7: +3 -3
lines
Diff to previous 1.839.4.7 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.856 / (download) - annotate - [select for diffs], Tue Oct 30 00:03:50 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.855: +3 -3
lines
Diff to previous 1.855 (colored)
options<space><tab>FOO
Revision 1.839.4.7 / (download) - annotate - [select for diffs], Mon Oct 29 02:57:20 2007 UTC (15 years, 3 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.6: +6 -3
lines
Diff to previous 1.839.4.6 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.855 / (download) - annotate - [select for diffs], Mon Oct 29 00:47:17 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.854: +6 -3
lines
Diff to previous 1.854 (colored)
Enable "options INTEL_CORETEMP".
Revision 1.839.4.6 / (download) - annotate - [select for diffs], Sun Oct 28 20:10:37 2007 UTC (15 years, 3 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.5: +7 -4
lines
Diff to previous 1.839.4.5 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.683.2.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:26:22 2007 UTC (15 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.4: +30 -13
lines
Diff to previous 1.683.2.4 (colored)
sync with head.
Revision 1.854 / (download) - annotate - [select for diffs], Fri Oct 26 22:20:43 2007 UTC (15 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.853: +7 -4
lines
Diff to previous 1.853 (colored)
- Add amdpcib(4) commented out. - Comment out piixpcib(4) until the multiple PRs are fixed, this driver has been broken for long time in some machines.
Revision 1.853 / (download) - annotate - [select for diffs], Wed Oct 17 19:54:42 2007 UTC (15 years, 3 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.852: +2 -2
lines
Diff to previous 1.852 (colored)
Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.661.2.21 / (download) - annotate - [select for diffs], Mon Oct 15 05:09:55 2007 UTC (15 years, 3 months ago) by riz
Branch: netbsd-3
Changes since 1.661.2.20: +3 -2
lines
Diff to previous 1.661.2.20 (colored) to branchpoint 1.661 (colored) next main 1.662 (colored)
Pull up following revisions via patch (requested by bouyer in ticket #1838): distrib/sets/lists/man/mi: revision 1.997 sbin/bioctl/strtonum.c: revision 1.1 sys/dev/Makefile: revision 1.25 sys/arch/amd64/conf/GENERIC: revision 1.139 sbin/bioctl/strtonum.h: revision 1.1 sys/dev/bio.c: revision 1.1 sbin/bioctl/bioctl.c: revision 1.1 share/man/man4/bio.4: revision 1.1 sbin/bioctl/bioctl.8: revision 1.1 sys/sys/envsys.h: revision 1.11 sbin/bioctl/bioctl.8: revision 1.3 sbin/bioctl/bioctl.8: revision 1.4 sys/arch/i386/conf/XEN2_DOM0: revision 1.25 distrib/sets/lists/base/mi: revision 1.704 sys/conf/majors: revision 1.34 share/man/man4/Makefile: revision 1.426 etc/MAKEDEV.tmpl: revision 1.86 sys/arch/i386/conf/GENERIC: revision 1.825 distrib/sets/lists/comp/mi: revision 1.1022 sys/conf/files: revision 1.839 usr.sbin/envstat/envstat.c: revision 1.24 sbin/Makefile: revision 1.105 sys/dev/ic/mfi.c: revision 1.4 sys/dev/biovar.h: revision 1.1 sys/dev/ic/mfivar.h: revision 1.4 sbin/bioctl/Makefile: revision 1.1 Fix typo. Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC. Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC. Fix Dd argument (use full month names). Use more markup. Comment out references to safte(4) and softraid(4), which don't exist in NetBSD. Remove trailing whitespace. Use macros instead of characters for HTML output (replace ">", "<" with \*[Gt], \*[Lt]). Sort sections. Create /dev/bio
Revision 1.816.2.7 / (download) - annotate - [select for diffs], Tue Oct 9 13:37:48 2007 UTC (15 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.816.2.6: +31 -14
lines
Diff to previous 1.816.2.6 (colored)
Sync with head.
Revision 1.851.2.1 / (download) - annotate - [select for diffs], Sat Oct 6 15:34:49 2007 UTC (15 years, 3 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.851: +3 -3
lines
Diff to previous 1.851 (colored) next main 1.852 (colored)
sync with head.
Revision 1.824.2.3 / (download) - annotate - [select for diffs], Wed Oct 3 19:23:35 2007 UTC (15 years, 3 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.824.2.2: +55 -18
lines
Diff to previous 1.824.2.2 (colored) next main 1.825 (colored)
Sync with HEAD
Revision 1.839.4.5 / (download) - annotate - [select for diffs], Tue Oct 2 21:44:08 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.4: +7 -3
lines
Diff to previous 1.839.4.4 (colored) to branchpoint 1.839 (colored)
Rewrite the ACPI Embedded Controller handler to use pure event driven operation. On suspend a special flag is set to force explicit polling as AcpiLeaveSleep accesses the interrupt before GPE handling is restored. The driver uses a kernel thread to handle GPE queries and mutex/condvar for synchronisation. Split the ACPI EC into two drivers, one that is attached directly by acpi.c for the ECDT driven attachment and the normal acpiec for late attachment. Share almost all code between this two drivers. If acpiecdt is attached, acpiec is returning. This was discussed with cube@ and is the best solution so far.
Revision 1.839.4.4 / (download) - annotate - [select for diffs], Tue Oct 2 18:27:06 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.3: +24 -10
lines
Diff to previous 1.839.4.3 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.799.2.7.2.2 / (download) - annotate - [select for diffs], Sun Sep 30 03:39:01 2007 UTC (15 years, 4 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.799.2.7.2.1: +5 -2
lines
Diff to previous 1.799.2.7.2.1 (colored)
Catch up on netbsd-4 as of a few days ago.
Revision 1.799.2.14 / (download) - annotate - [select for diffs], Thu Sep 27 22:04:27 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
matt-nb4-arm-base,
matt-nb4-arm
Changes since 1.799.2.13: +5 -2
lines
Diff to previous 1.799.2.13 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by mlelstv in ticket #895): sys/dev/usb/uslsa.c: revision 1.1 sys/dev/usb/uslsa.c: revision 1.2 sys/dev/usb/uslsa.c: revision 1.3 sys/dev/usb/usbdevs: revision 1.466 (via patch) share/man/man4/uslsa.4: revision 1.1 share/man/man4/Makefile: revision 1.429 sys/arch/i386/conf/GENERIC: revision 1.828 distrib/sets/lists/man/mi: revision 1.1002 sys/dev/usb/files.usb: revision 1.77 sys/arch/i386/conf/ALL: revision 1.99 From PR kern/33496 - add uslsa(4), a CP210x USB-RS232 ucom driver.
Revision 1.852 / (download) - annotate - [select for diffs], Tue Sep 25 17:14:11 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
vmlocking-base,
ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.851: +3 -3
lines
Diff to previous 1.851 (colored)
Remove two \t at the end of DDB_VERBOSE_HELP, caught by Patrick Welche.
Revision 1.851 / (download) - annotate - [select for diffs], Sat Sep 22 18:51:13 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-x86pmap-base
Branch point for: yamt-x86pmap
Changes since 1.850: +3 -3
lines
Diff to previous 1.850 (colored)
options<tab><space>OPTION for previous.
Revision 1.850 / (download) - annotate - [select for diffs], Sat Sep 22 18:40:22 2007 UTC (15 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.849: +3 -2
lines
Diff to previous 1.849 (colored)
Add a new option DDB_VERBOSE_HELP that adds online help to ddb. From Adam Hamsik. Minor modifications by me, all bugs are probably mine.
Revision 1.849 / (download) - annotate - [select for diffs], Tue Sep 11 21:46:53 2007 UTC (15 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.848: +5 -2
lines
Diff to previous 1.848 (colored)
New aps(4) driver for IBM Thinkpad Active Protection System. Exports some sensors through the envsys(4) framework available in some Thinkpad laptops. Ported by Pierre Pronchery from OpenBSD, via PR port-i386/36852. Tweaks, LKM and misc improvements by me. Added into i386/GENERIC commented out.
Revision 1.838.4.3 / (download) - annotate - [select for diffs], Mon Sep 10 10:54:20 2007 UTC (15 years, 4 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.838.4.2: +21 -11
lines
Diff to previous 1.838.4.2 (colored) to branchpoint 1.838 (colored) next main 1.839 (colored)
Sync with HEAD.
Revision 1.848 / (download) - annotate - [select for diffs], Thu Sep 6 18:09:00 2007 UTC (15 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: nick-csl-alignment-base5
Changes since 1.847: +11 -4
lines
Diff to previous 1.847 (colored)
Add some options and drivers only found in GENERIC_LAPTOP: - add PMS_SYNAPTICS_TOUCHPAD - add njata at cardbus - add re at cardbus - add stuirda at uhub - add ugensa at uhub
Revision 1.847 / (download) - annotate - [select for diffs], Thu Sep 6 10:24:18 2007 UTC (15 years, 4 months ago) by martti
Branch: MAIN
Changes since 1.846: +8 -8
lines
Diff to previous 1.846 (colored)
Fixed indentation (it should be <keyword><space><tab><name><tab><comment>).
Revision 1.846 / (download) - annotate - [select for diffs], Thu Sep 6 00:31:08 2007 UTC (15 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.845: +3 -3
lines
Diff to previous 1.845 (colored)
Enable CGD in GENERIC for amd64 and i386.
Revision 1.839.4.3 / (download) - annotate - [select for diffs], Thu Sep 6 00:06:16 2007 UTC (15 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.839.4.2: +3 -3
lines
Diff to previous 1.839.4.2 (colored) to branchpoint 1.839 (colored)
Enable cgd by default on amd64 and i386.
Revision 1.845 / (download) - annotate - [select for diffs], Mon Sep 3 17:57:36 2007 UTC (15 years, 4 months ago) by tshiozak
Branch: MAIN
Changes since 1.844: +5 -2
lines
Diff to previous 1.844 (colored)
add support for WinChipHead CH341/340 USB-Serial bridge.
Revision 1.839.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 16:47:21 2007 UTC (15 years, 4 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.839.4.1: +15 -5
lines
Diff to previous 1.839.4.1 (colored) to branchpoint 1.839 (colored)
Sync with HEAD.
Revision 1.683.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:26:29 2007 UTC (15 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.3: +105 -52
lines
Diff to previous 1.683.2.3 (colored)
sync with head.
Revision 1.838.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:19:01 2007 UTC (15 years, 4 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.838.4.1: +15 -5
lines
Diff to previous 1.838.4.1 (colored) to branchpoint 1.838 (colored)
Sync with HEAD.
Revision 1.799.2.7.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:03:31 2007 UTC (15 years, 5 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.799.2.7: +9 -3
lines
Diff to previous 1.799.2.7 (colored)
Sync w/ NetBSD-4-RC_1
Revision 1.799.2.13 / (download) - annotate - [select for diffs], Fri Aug 31 20:09:27 2007 UTC (15 years, 5 months ago) by pavel
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC1
Changes since 1.799.2.12: +4 -2
lines
Diff to previous 1.799.2.12 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by bouyer in ticket #678): distrib/sets/lists/man/mi: revision 1.1001 doc/CHANGES: revision 1.853 via patch share/man/man4/Makefile: revision 1.428 share/man/man4/jmide.4: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.143 sys/arch/amd64/conf/INSTALL: revision 1.69 sys/arch/i386/conf/GENERIC: revision 1.827 sys/arch/i386/conf/INSTALL_LARGE: revision 1.2 via patch sys/arch/i386/conf/XEN2_DOM0: revision 1.26 sys/conf/files: revision 1.844 via patch sys/dev/ic/ahcisata_core.c: revision 1.1 via patch sys/dev/ic/ahcisata_core.c: revision 1.3 sys/dev/ic/ahcisatareg.h: revision 1.1 sys/dev/ic/ahcisatavar.h: revision 1.1 sys/dev/pci/ahcisata.c: delete sys/dev/pci/ahcisatareg.h: delete sys/dev/pci/ahcisata_pci.c: revision 1.1 sys/dev/pci/files.pci: revision 1.287-1.288 sys/dev/pci/jmide.c: revision 1.1-1.2 sys/dev/pci/jmide_reg.h: revision 1.1 sys/dev/pci/pcidevs: revision 1.878 Add JMicron Technology vendor ID, and their current PCIe SATA/PATA controllers. Split the ahcisata driver in pci front-end and bus-independant back-end. add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA controllers. These controllers can be found on add-on PCIe cards, or on some motherboards to provide the PATA connectivity (e.g. some intel ICH8-based motherboards). Thanks to JMicron Technology for providing me documentation and different sample boards for this work. Move mapping of AHCI register so that jmide knows if it fails, and avoids calling ahci_intr() (which would cause a panic). Try to use the pciide function for SATA drives if attaching ahci fails (this doesn't seems to work though, it may be BIOS dependant). Thanks to Gary Duzan for testing multiple pacthes. We're not ready to handle ATAPI yet so just claim there's no drive to the upper layer. This should work around a NULL pointer dereference when an ATAPI device is detected on a AHCI device.
Revision 1.799.2.12 / (download) - annotate - [select for diffs], Wed Aug 29 18:34:16 2007 UTC (15 years, 5 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.799.2.11: +3 -2
lines
Diff to previous 1.799.2.11 (colored) to branchpoint 1.799 (colored)
Pull up following (requested by xtraeme ticket #846): Import i386/gcscide(4). A driver for the IDE Controller of the AMD CS5535 Companion device found in the decTOP. gcscide0 at pci0 dev 15 function 2 gcscide0: National Semiconductor/AMD CS5535 IDE Controller (rev. 0x00) Supports Ultra DMA mode 4, Pio Mode 4 and MDMA mode 2. "Go for it" jmcneill@.
Revision 1.661.2.14.2.1 / (download) - annotate - [select for diffs], Tue Aug 28 13:54:04 2007 UTC (15 years, 5 months ago) by ghen
Branch: netbsd-3-1
Changes since 1.661.2.14: +3 -3
lines
Diff to previous 1.661.2.14 (colored) next main 1.661.2.15 (colored)
Pull up following revision(s) (requested by adrianp in ticket #1826): sys/arch/hp300/conf/GENERIC: revision 1.141 via patch sys/arch/amd64/conf/GENERIC: revision 1.154 via patch sys/arch/cats/conf/GENERIC: revision 1.116 via patch sys/arch/arc/conf/GENERIC: revision 1.148 via patch sys/arch/acorn32/conf/GENERIC: revision 1.80 via patch sys/arch/sparc/conf/GENERIC: revision 1.200 via patch sys/arch/sparc64/conf/GENERIC: revision 1.88 via patch sys/arch/atari/conf/GENERIC.in: revision 1.68 via patch sys/arch/amiga/conf/GENERIC: revision 1.248 via patch sys/arch/i386/conf/GENERIC.MPACPI: patch sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.239 via patch sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.66 via patch sys/arch/i386/conf/GENERIC: revision 1.840 via patch sys/arch/amiga/conf/GENERIC.in: revision 1.61 via patch sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.68 via patch sys/arch/mac68k/conf/GENERIC: revision 1.182 via patch Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.661.2.8.2.1 / (download) - annotate - [select for diffs], Tue Aug 28 13:52:51 2007 UTC (15 years, 5 months ago) by ghen
Branch: netbsd-3-0
Changes since 1.661.2.8: +3 -3
lines
Diff to previous 1.661.2.8 (colored) next main 1.661.2.9 (colored)
Pull up following revision(s) (requested by adrianp in ticket #1826): sys/arch/hp300/conf/GENERIC: revision 1.141 via patch sys/arch/amd64/conf/GENERIC: revision 1.154 via patch sys/arch/cats/conf/GENERIC: revision 1.116 via patch sys/arch/arc/conf/GENERIC: revision 1.148 via patch sys/arch/acorn32/conf/GENERIC: revision 1.80 via patch sys/arch/sparc/conf/GENERIC: revision 1.200 via patch sys/arch/sparc64/conf/GENERIC: revision 1.88 via patch sys/arch/atari/conf/GENERIC.in: revision 1.68 via patch sys/arch/amiga/conf/GENERIC: revision 1.248 via patch sys/arch/i386/conf/GENERIC.MPACPI: patch sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.239 via patch sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.66 via patch sys/arch/i386/conf/GENERIC: revision 1.840 via patch sys/arch/amiga/conf/GENERIC.in: revision 1.61 via patch sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.68 via patch sys/arch/mac68k/conf/GENERIC: revision 1.182 via patch Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.661.2.20 / (download) - annotate - [select for diffs], Tue Aug 28 13:49:44 2007 UTC (15 years, 5 months ago) by ghen
Branch: netbsd-3
Changes since 1.661.2.19: +3 -3
lines
Diff to previous 1.661.2.19 (colored) to branchpoint 1.661 (colored)
Pull up following revision(s) (requested by adrianp in ticket #1826): sys/arch/hp300/conf/GENERIC: revision 1.141 via patch sys/arch/amd64/conf/GENERIC: revision 1.154 via patch sys/arch/cats/conf/GENERIC: revision 1.116 via patch sys/arch/arc/conf/GENERIC: revision 1.148 via patch sys/arch/acorn32/conf/GENERIC: revision 1.80 via patch sys/arch/sparc/conf/GENERIC: revision 1.200 via patch sys/arch/sparc64/conf/GENERIC: revision 1.88 via patch sys/arch/atari/conf/GENERIC.in: revision 1.68 via patch sys/arch/amiga/conf/GENERIC: revision 1.248 via patch sys/arch/i386/conf/GENERIC.MPACPI: patch sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.239 via patch sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.66 via patch sys/arch/i386/conf/GENERIC: revision 1.840 via patch sys/arch/amiga/conf/GENERIC.in: revision 1.61 via patch sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.68 via patch sys/arch/mac68k/conf/GENERIC: revision 1.182 via patch Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.844 / (download) - annotate - [select for diffs], Sun Aug 26 17:05:23 2007 UTC (15 years, 5 months ago) by xtraeme
Branch: MAIN
Branch point for: matt-armv6
Changes since 1.843: +4 -4
lines
Diff to previous 1.843 (colored)
Modify ichlpcib description, it has timecounter support too.
Revision 1.799.2.11 / (download) - annotate - [select for diffs], Sat Aug 25 09:00:07 2007 UTC (15 years, 5 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.799.2.10: +3 -3
lines
Diff to previous 1.799.2.10 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by adrianp in ticket #820): sys/arch/hp300/conf/GENERIC: revision 1.141 sys/arch/alpha/conf/GENERIC: revision 1.315 sys/arch/amd64/conf/GENERIC: revision 1.154 sys/arch/cats/conf/GENERIC: revision 1.116 sys/arch/arc/conf/GENERIC: revision 1.148 sys/arch/acorn32/conf/GENERIC: revision 1.80 sys/arch/sparc/conf/GENERIC: revision 1.200 sys/arch/sparc64/conf/GENERIC: revision 1.88 sys/arch/atari/conf/GENERIC.in: revision 1.68 sys/arch/amiga/conf/GENERIC: revision 1.248 sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.239 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.66 sys/arch/i386/conf/GENERIC: revision 1.840 sys/arch/amiga/conf/GENERIC.in: revision 1.61 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.68 sys/arch/mac68k/conf/GENERIC: revision 1.182 Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.843 / (download) - annotate - [select for diffs], Tue Aug 21 02:48:15 2007 UTC (15 years, 5 months ago) by kiyohara
Branch: MAIN
Changes since 1.842: +6 -3
lines
Diff to previous 1.842 (colored)
Add slhci at pcmcia. And reorder.
Revision 1.816.2.6 / (download) - annotate - [select for diffs], Mon Aug 20 18:38:07 2007 UTC (15 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.816.2.5: +14 -3
lines
Diff to previous 1.816.2.5 (colored)
Sync with HEAD.
Revision 1.842 / (download) - annotate - [select for diffs], Mon Aug 20 00:54:42 2007 UTC (15 years, 5 months ago) by kiyohara
Branch: MAIN
Changes since 1.841: +4 -2
lines
Diff to previous 1.841 (colored)
Add btbc(4).
Revision 1.841 / (download) - annotate - [select for diffs], Sat Aug 18 11:35:55 2007 UTC (15 years, 5 months ago) by tnn
Branch: MAIN
Changes since 1.840: +7 -2
lines
Diff to previous 1.840 (colored)
Enable spdmem(4) in ALL configuration. Add commented out entries to GENERIC
Revision 1.838.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:47:21 2007 UTC (15 years, 5 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.838: +7 -3
lines
Diff to previous 1.838 (colored)
Sync with HEAD.
Revision 1.595.2.12 / (download) - annotate - [select for diffs], Sat Aug 11 14:49:07 2007 UTC (15 years, 5 months ago) by bouyer
Branch: netbsd-2-0
Changes since 1.595.2.11: +3 -3
lines
Diff to previous 1.595.2.11 (colored) to branchpoint 1.595 (colored) next main 1.596 (colored)
Pull up following revision(s) (requested by adrianp in ticket #11356): sys/arch/acorn32/conf/GENERIC 1.80 via patch sys/arch/amd64/conf/GENERIC 1.154 via patch sys/arch/amiga/conf/GENERIC.in 1.61 via patch sys/arch/arc/conf/GENERIC 1.148 via patch sys/arch/atari/conf/GENERIC.in 1.68 via patch sys/arch/cats/conf/GENERIC 1.116 via patch sys/arch/hp300/conf/GENERIC 1.141 via patch sys/arch/hp700/conf/GENERIC patch sys/arch/i386/conf/GENERIC 1.840 via patch sys/arch/i386/conf/GENERIC_LAPTOP 1.239 via patch sys/arch/i386/conf/GENERIC.MPACPI patch sys/arch/mac68k/conf/GENERIC 1.182 via patch sys/arch/sgimips/conf/GENERIC32_IP2x 1.68 via patch sys/arch/sgimips/conf/GENERIC32_IP3x 1.66 via patch sys/arch/sparc/conf/GENERIC 1.200 via patch sys/arch/sparc64/conf/GENERIC32 patch sys/arch/xen/conf/GENERIC patch Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.595.2.11.2.3 / (download) - annotate - [select for diffs], Sat Aug 11 14:46:21 2007 UTC (15 years, 5 months ago) by bouyer
Branch: netbsd-2
Changes since 1.595.2.11.2.2: +3 -3
lines
Diff to previous 1.595.2.11.2.2 (colored) to branchpoint 1.595.2.11 (colored) next main 1.595.2.12 (colored)
Pull up following revision(s) (requested by adrianp in ticket #11356): sys/arch/acorn32/conf/GENERIC 1.80 via patch sys/arch/amd64/conf/GENERIC 1.154 via patch sys/arch/amiga/conf/GENERIC.in 1.61 via patch sys/arch/arc/conf/GENERIC 1.148 via patch sys/arch/atari/conf/GENERIC.in 1.68 via patch sys/arch/cats/conf/GENERIC 1.116 via patch sys/arch/hp300/conf/GENERIC 1.141 via patch sys/arch/hp700/conf/GENERIC patch sys/arch/i386/conf/GENERIC 1.840 via patch sys/arch/i386/conf/GENERIC_LAPTOP 1.239 via patch sys/arch/i386/conf/GENERIC.MPACPI patch sys/arch/mac68k/conf/GENERIC 1.182 via patch sys/arch/sgimips/conf/GENERIC32_IP2x 1.68 via patch sys/arch/sgimips/conf/GENERIC32_IP3x 1.66 via patch sys/arch/sparc/conf/GENERIC 1.200 via patch sys/arch/sparc64/conf/GENERIC32 patch sys/arch/xen/conf/GENERIC patch Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.595.2.11.2.2.2.1 / (download) - annotate - [select for diffs], Sat Aug 11 14:40:08 2007 UTC (15 years, 5 months ago) by bouyer
Branch: netbsd-2-1
Changes since 1.595.2.11.2.2: +3 -3
lines
Diff to previous 1.595.2.11.2.2 (colored) next main 1.595.2.11.2.3 (colored)
Pull up following revision(s) (requested by adrianp in ticket #11356): sys/arch/acorn32/conf/GENERIC 1.80 via patch sys/arch/amd64/conf/GENERIC 1.154 via patch sys/arch/amiga/conf/GENERIC.in 1.61 via patch sys/arch/arc/conf/GENERIC 1.148 via patch sys/arch/atari/conf/GENERIC.in 1.68 via patch sys/arch/cats/conf/GENERIC 1.116 via patch sys/arch/hp300/conf/GENERIC 1.141 via patch sys/arch/hp700/conf/GENERIC patch sys/arch/i386/conf/GENERIC 1.840 via patch sys/arch/i386/conf/GENERIC_LAPTOP 1.239 via patch sys/arch/i386/conf/GENERIC.MPACPI patch sys/arch/mac68k/conf/GENERIC 1.182 via patch sys/arch/sgimips/conf/GENERIC32_IP2x 1.68 via patch sys/arch/sgimips/conf/GENERIC32_IP3x 1.66 via patch sys/arch/sparc/conf/GENERIC 1.200 via patch sys/arch/sparc64/conf/GENERIC32 patch sys/arch/xen/conf/GENERIC patch Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.839.4.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:36:54 2007 UTC (15 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.839: +3 -3
lines
Diff to previous 1.839 (colored)
Sync with HEAD.
Revision 1.838.2.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:05:18 2007 UTC (15 years, 5 months ago) by matt
Branch: matt-mips64
Changes since 1.838: +7 -3
lines
Diff to previous 1.838 (colored) next main 1.839 (colored)
Sync with HEAD.
Revision 1.840 / (download) - annotate - [select for diffs], Mon Aug 6 21:26:55 2007 UTC (15 years, 5 months ago) by adrianp
Branch: MAIN
CVS Tags: matt-mips64-base
Changes since 1.839: +3 -3
lines
Diff to previous 1.839 (colored)
Remove iso(4) from GENERIC kernels, as discussed on tech-net@ Ok'ed by core@
Revision 1.839 / (download) - annotate - [select for diffs], Sat Jul 28 11:06:23 2007 UTC (15 years, 6 months ago) by kiyohara
Branch: MAIN
CVS Tags: hpcarm-cleanup
Branch point for: jmcneill-pm
Changes since 1.838: +6 -2
lines
Diff to previous 1.838 (colored)
Add ichsmb(4).
Revision 1.816.2.5 / (download) - annotate - [select for diffs], Sun Jul 15 13:16:07 2007 UTC (15 years, 6 months ago) by ad
Branch: vmlocking
Changes since 1.816.2.4: +16 -6
lines
Diff to previous 1.816.2.4 (colored)
Sync with head.
Revision 1.838 / (download) - annotate - [select for diffs], Sat Jul 14 16:16:17 2007 UTC (15 years, 6 months ago) by kiyohara
Branch: MAIN
CVS Tags: nick-csl-alignment-base
Branch point for: nick-csl-alignment,
matt-mips64
Changes since 1.837: +6 -6
lines
Diff to previous 1.837 (colored)
Alphabetical reorder.
Revision 1.816.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 19:59:45 2007 UTC (15 years, 6 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.816: +56 -21
lines
Diff to previous 1.816 (colored) next main 1.817 (colored)
Sync with head.
Revision 1.837 / (download) - annotate - [select for diffs], Wed Jul 11 08:01:50 2007 UTC (15 years, 6 months ago) by kiyohara
Branch: MAIN
CVS Tags: mjf-ufs-trans-base
Changes since 1.836: +8 -2
lines
Diff to previous 1.836 (colored)
Add nfsmb(4).
Revision 1.836 / (download) - annotate - [select for diffs], Sun Jul 8 03:01:19 2007 UTC (15 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.835: +4 -2
lines
Diff to previous 1.835 (colored)
Enable gcscehci(4)
Revision 1.835 / (download) - annotate - [select for diffs], Wed Jun 27 23:12:03 2007 UTC (15 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.834: +3 -2
lines
Diff to previous 1.834 (colored)
Add gcscide(4).
Revision 1.824.2.2 / (download) - annotate - [select for diffs], Tue Jun 26 18:12:31 2007 UTC (15 years, 7 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.824.2.1: +9 -3
lines
Diff to previous 1.824.2.1 (colored)
Sync with HEAD.
Revision 1.799.2.10 / (download) - annotate - [select for diffs], Thu Jun 21 13:54:11 2007 UTC (15 years, 7 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.799.2.9: +3 -2
lines
Diff to previous 1.799.2.9 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by dyoung in ticket #738): sys/arch/i386/conf/GENERIC: revision 1.800 Add rtw at pci to the GENERIC kernel.
Revision 1.799.2.9 / (download) - annotate - [select for diffs], Tue Jun 19 09:26:30 2007 UTC (15 years, 7 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.799.2.8: +3 -2
lines
Diff to previous 1.799.2.8 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by riz in ticket #734): sys/arch/i386/pci/glxsb.c: revision 1.1 sys/arch/i386/conf/GENERIC: revision 1.833 share/man/man4/man4.i386/glxsb.4: revision 1.1 sys/arch/i386/conf/ALL: revision 1.104 share/man/man4/man4.i386/Makefile: revision 1.66 sys/arch/i386/conf/files.i386: revision 1.309 distrib/sets/lists/man/mi: revision 1.1007 Import driver for the AMD Geode LX AES Security Block, from OpenBSD. The glxsb(4) driver provides random numbers and AES acceleration. Add man page for AMD Geode LX AES Security Block driver. Enable glxsb(4)
Revision 1.834 / (download) - annotate - [select for diffs], Sat Jun 16 12:35:55 2007 UTC (15 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.833: +2 -3
lines
Diff to previous 1.833 (colored)
-options I2OVERBOSE.
Revision 1.833 / (download) - annotate - [select for diffs], Fri Jun 15 23:05:29 2007 UTC (15 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.832: +3 -2
lines
Diff to previous 1.832 (colored)
Enable glxsb(4)
Revision 1.816.2.4 / (download) - annotate - [select for diffs], Sat Jun 9 23:55:06 2007 UTC (15 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.816.2.3: +7 -2
lines
Diff to previous 1.816.2.3 (colored)
Sync with head.
Revision 1.832 / (download) - annotate - [select for diffs], Sat Jun 9 11:34:02 2007 UTC (15 years, 7 months ago) by kiyohara
Branch: MAIN
Changes since 1.831: +3 -2
lines
Diff to previous 1.831 (colored)
Add zyd(4).
Revision 1.799.2.8 / (download) - annotate - [select for diffs], Tue Jun 5 20:49:58 2007 UTC (15 years, 7 months ago) by bouyer
Branch: netbsd-4
Changes since 1.799.2.7: +1 -0
lines
Diff to previous 1.799.2.7 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by martin in ticket #699): sys/arch/hpcmips/conf/GENERIC: revision 1.196 sys/arch/hp700/conf/GENERIC: revision 1.74 sys/arch/i386/conf/GENERIC: revision 1.831 sys/arch/next68k/conf/GENERIC: revision 1.108 sys/arch/alpha/conf/GENERIC: revision 1.313 sys/arch/arc/conf/GENERIC: revision 1.146 sys/arch/cats/conf/GENERIC: revision 1.115 sys/arch/ews4800mips/conf/GENERIC: revision 1.18 sys/arch/landisk/conf/GENERIC: revision 1.8 via patch sys/arch/sparc64/conf/GENERIC: revision 1.85 sys/arch/pmax/conf/GENERIC: revision 1.152 sys/arch/iyonix/conf/GENERIC: revision 1.38 via patch sys/arch/amiga/conf/GENERIC: revision 1.245 sys/arch/vax/conf/GENERIC: revision 1.157 sys/arch/prep/conf/GENERIC: revision 1.135 sys/arch/pc532/conf/GENERIC: revision 1.70 sys/arch/sbmips/conf/GENERIC: revision 1.61 sys/arch/mipsco/conf/GENERIC: revision 1.65 sys/arch/cobalt/conf/GENERIC: revision 1.108 sys/arch/ofppc/conf/GENERIC: revision 1.98 sys/arch/amd64/conf/GENERIC: revision 1.148 sys/arch/acorn26/conf/GENERIC: revision 1.50 sys/arch/dreamcast/conf/GENERIC: revision 1.78 sys/arch/mac68k/conf/GENERIC: revision 1.181 sys/arch/hp300/conf/GENERIC: revision 1.139 sys/arch/mmeye/conf/GENERIC: revision 1.88 sys/arch/news68k/conf/GENERIC: revision 1.88 sys/arch/mvme68k/conf/GENERIC: revision 1.71 sys/arch/acorn32/conf/GENERIC: revision 1.79 sys/arch/sparc/conf/GENERIC: revision 1.199 sys/arch/luna68k/conf/GENERIC: revision 1.78 sys/arch/bebox/conf/GENERIC: revision 1.105 sys/arch/macppc/conf/GENERIC: revision 1.256 via patch sys/arch/x68k/conf/GENERIC: revision 1.134 sys/arch/sun3/conf/GENERIC: revision 1.138 sys/arch/newsmips/conf/GENERIC: revision 1.98 Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some).
Revision 1.831 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:21 2007 UTC (15 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.830: +3 -2
lines
Diff to previous 1.830 (colored)
Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some).
Revision 1.830 / (download) - annotate - [select for diffs], Fri Jun 1 14:26:36 2007 UTC (15 years, 8 months ago) by blymn
Branch: MAIN
Changes since 1.829: +5 -2
lines
Diff to previous 1.829 (colored)
Add smsc device
Revision 1.829 / (download) - annotate - [select for diffs], Tue May 29 21:37:07 2007 UTC (15 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.828: +3 -2
lines
Diff to previous 1.828 (colored)
Add COMPAT_40 for struct ifreq changes.
Revision 1.816.2.3 / (download) - annotate - [select for diffs], Sun May 27 12:27:27 2007 UTC (15 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.816.2.2: +13 -2
lines
Diff to previous 1.816.2.2 (colored)
Sync with head.
Revision 1.824.2.1 / (download) - annotate - [select for diffs], Tue May 22 17:26:56 2007 UTC (15 years, 8 months ago) by matt
Branch: ppcoea-renovation
Changes since 1.824: +9 -2
lines
Diff to previous 1.824 (colored)
Update to HEAD.
Revision 1.828 / (download) - annotate - [select for diffs], Sun May 20 05:13:17 2007 UTC (15 years, 8 months ago) by dogcow
Branch: MAIN
Changes since 1.827: +5 -2
lines
Diff to previous 1.827 (colored)
add uslsa USB-RS232 adapter
Revision 1.808.2.9 / (download) - annotate - [select for diffs], Thu May 17 13:40:56 2007 UTC (15 years, 8 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.808.2.8: +5 -2
lines
Diff to previous 1.808.2.8 (colored) next main 1.809 (colored)
sync with head.
Revision 1.827 / (download) - annotate - [select for diffs], Tue May 15 17:53:44 2007 UTC (15 years, 8 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-idlelwp-base8
Changes since 1.826: +4 -2
lines
Diff to previous 1.826 (colored)
add jmide(4), a driver for the JMicron Technology JMB36x PCIe to SATA II/PATA controllers. These controllers can be found on add-on PCIe cards, or on some motherboards to provide the PATA connectivity (e.g. some intel ICH8-based motherboards). Thanks to JMicron Technology for providing me documentation and different sample boards for this work.
Revision 1.799.2.7 / (download) - annotate - [select for diffs], Sun May 13 06:52:51 2007 UTC (15 years, 8 months ago) by pavel
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.799.2.6: +1 -0
lines
Diff to previous 1.799.2.6 (colored) to branchpoint 1.799 (colored)
Pull up patch (requested by xtraeme in ticket #633): sys/arch/amd64/conf/GENERIC: patch sys/arch/i386/conf/ALL: patch sys/arch/i386/conf/GENERIC: patch sys/conf/files: patch sys/dev/acpi/files.acpi: patch sys/dev/acpi/ug_acpi.c: patch sys/dev/ic/ug.c: patch sys/dev/ic/ugreg.h: patch sys/dev/ic/ugvar.h: patch sys/dev/isa/files.isa: patch sys/dev/isa/ug_isa.c: patch share/man/man4/ug.4: patch doc/CHANGES: patch sys/dev/isa/ug.c: delete sys/dev/isa/ugvar.h: delete Add an acpi attachement for the ug hardware monitor driver.
Revision 1.826 / (download) - annotate - [select for diffs], Tue May 8 16:55:54 2007 UTC (15 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.825: +3 -2
lines
Diff to previous 1.825 (colored)
Add "ug* at acpi?" following the current scheme in the files.
Revision 1.799.2.6 / (download) - annotate - [select for diffs], Tue May 8 10:45:07 2007 UTC (15 years, 8 months ago) by pavel
Branch: netbsd-4
Changes since 1.799.2.5: +3 -2
lines
Diff to previous 1.799.2.5 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by bouyer in ticket #603): distrib/sets/lists/base/mi: revision 1.704 distrib/sets/lists/comp/mi: revision 1.1022 distrib/sets/lists/man/mi: revision 1.997 doc/CHANGES: revision 1.839 sbin/Makefile: patch sbin/bioctl/Makefile: revision 1.1 sbin/bioctl/bioctl.8: revision 1.1 sbin/bioctl/bioctl.c: revision 1.1 sbin/bioctl/strtonum.c: revision 1.1 sbin/bioctl/strtonum.h: revision 1.1 share/man/man4/Makefile: revision 1.426 share/man/man4/bio.4: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.139 sys/arch/i386/conf/GENERIC: revision 1.825 sys/arch/i386/conf/XEN2_DOM0: revision 1.25 sys/conf/files: revision 1.839 sys/conf/majors: patch sys/dev/Makefile: revision 1.25 sys/dev/bio.c: patch sys/dev/biovar.h: patch sys/dev/ic/mfi.c: revision 1.4-1.5 sys/dev/ic/mfivar.h: revision 1.4 sys/sys/envsys.h: revision 1.11 usr.sbin/envstat/envstat.c: revision 1.24 Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC. note bio(4), envsys(4) DRIVE, and mfi(4) support for both. tred->sensor is a u_int.
Revision 1.808.2.8 / (download) - annotate - [select for diffs], Mon May 7 10:54:55 2007 UTC (15 years, 8 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.808.2.7: +7 -2
lines
Diff to previous 1.808.2.7 (colored)
sync with head.
Revision 1.825 / (download) - annotate - [select for diffs], Tue May 1 17:18:54 2007 UTC (15 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.824: +3 -2
lines
Diff to previous 1.824 (colored)
Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC.
Revision 1.824 / (download) - annotate - [select for diffs], Thu Apr 26 17:11:36 2007 UTC (15 years, 9 months ago) by dyoung
Branch: MAIN
Branch point for: ppcoea-renovation
Changes since 1.823: +3 -2
lines
Diff to previous 1.823 (colored)
Add ATADEBUG for ease of debugging.
Revision 1.823 / (download) - annotate - [select for diffs], Thu Apr 19 14:34:35 2007 UTC (15 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.822: +5 -2
lines
Diff to previous 1.822 (colored)
ALL: add ug(4). GENERIC/GENERIC_LAPTOP: add ug(4) commented out.
Revision 1.808.2.7 / (download) - annotate - [select for diffs], Sun Apr 15 16:02:46 2007 UTC (15 years, 9 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.808.2.6: +6 -6
lines
Diff to previous 1.808.2.6 (colored)
sync with head.
Revision 1.816.2.2 / (download) - annotate - [select for diffs], Tue Apr 10 13:23:01 2007 UTC (15 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.816.2.1: +28 -20
lines
Diff to previous 1.816.2.1 (colored)
Sync with head.
Revision 1.822 / (download) - annotate - [select for diffs], Thu Apr 5 19:17:41 2007 UTC (15 years, 9 months ago) by reed
Branch: MAIN
CVS Tags: thorpej-atomic-base,
thorpej-atomic
Changes since 1.821: +6 -6
lines
Diff to previous 1.821 (colored)
Add some tabs. Move one entry. No real changes, just making it easier to diff with GENERIC_LAPTOP.
Revision 1.661.2.19 / (download) - annotate - [select for diffs], Sat Mar 31 15:25:33 2007 UTC (15 years, 10 months ago) by bouyer
Branch: netbsd-3
Changes since 1.661.2.18: +3 -2
lines
Diff to previous 1.661.2.18 (colored) to branchpoint 1.661 (colored)
pullup the following revisions (requested by msaitoh in ticket 1681): sys/dev/pci/if_wm.c 1.104-1.105, 1.116-1.121, 1.127,1.133-1.134 via patch sys/dev/pci/if_wmreg.h 1.17-1.20 sys/dev/pci/pcidevs patch sys/dev/mii/igphy.c 1.11 sys/dev/mii/makphy.c 1.20, 1.23 sys/dev/mii/ikphy.c patch sys/dev/mii/ikphyreg.h patch sys/dev/mii/miidevs 1.68 sys/dev/mii/files.mii 1.39 sys/arch/i386/conf/GENERIC 1.788-1.789 via patch sys/arch/i386/conf/GENERIC.MPACPI patch sys/arch/i386/conf/GENERIC_LAPTOP 1.209 via patch sys/arch/i386/conf/INSTALL 1.291 via patch sys/arch/i386/conf/INSTALL_LAPTOP 1.104 via patch sys/arch/i386/conf/XEN2_DOM0 1.13 via patch share/man/man4/wm.4 1.14-1.16 Add support for many cards (include PCI-express based chips). Many bug fixes about auto negotiations (PR#30078, PR#30490, PR#30906, PR#33429 and PR#35386). Fix media link issues with fiber-based card (PR#35797).
Revision 1.819.2.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:26 2007 UTC (15 years, 10 months ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.819: +22 -18
lines
Diff to previous 1.819 (colored) next main 1.820 (colored)
Pullup to -current
Revision 1.808.2.6 / (download) - annotate - [select for diffs], Sat Mar 24 14:54:43 2007 UTC (15 years, 10 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.808.2.5: +29 -20
lines
Diff to previous 1.808.2.5 (colored)
sync with head.
Revision 1.799.2.5 / (download) - annotate - [select for diffs], Thu Mar 22 20:00:09 2007 UTC (15 years, 10 months ago) by jdc
Branch: netbsd-4
Changes since 1.799.2.4: +3 -3
lines
Diff to previous 1.799.2.4 (colored) to branchpoint 1.799 (colored)
Pull up revision 1.816 (requested by bouyer in ticket #501). Comment out 'fdc* at acpi?' (it's likely that systems not supporting fdc0 at isa? don't have a fdc at all). Because of the 'fdc0 at isa?', on systems supporting ACPI the floppy controller would attach as fdc1. as fd(4) looks for its type in nvram using the floppy controller index, it's looking for the wrong controller and the default density isn't set (so /dev/fd0a doens't work). Problem analyzed by John Nemeth, thanks !
Revision 1.821 / (download) - annotate - [select for diffs], Thu Mar 22 12:40:06 2007 UTC (15 years, 10 months ago) by gdt
Branch: MAIN
Changes since 1.820: +19 -18
lines
Diff to previous 1.820 (colored)
Add apm emulation via acpi. Enable cardbus attachment for lots of devices. The drivers were already compiled in via pci attachment, and GENERIC supports cardbus, so there's no reason not to attach. With this, GENERIC.MP works well on a Thinkpad T60. (proposed on port-i386, no objections received)
Revision 1.820 / (download) - annotate - [select for diffs], Tue Mar 20 21:29:28 2007 UTC (15 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.819: +5 -2
lines
Diff to previous 1.819 (colored)
ALL: Enable INTEL_ONDEMAND_CLOCKMOD. GENERIC: Add INTEL_ONDEMAND_CLOCKMOD disabled by default.
Revision 1.819 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:22 2007 UTC (15 years, 10 months ago) by drochner
Branch: MAIN
Branch point for: reinoud-bufcleanup
Changes since 1.818: +4 -4
lines
Diff to previous 1.818 (colored)
It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment.
Revision 1.818 / (download) - annotate - [select for diffs], Tue Mar 13 23:49:38 2007 UTC (15 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.817: +6 -2
lines
Diff to previous 1.817 (colored)
ALL: add unichromefb. GENERIC: add unichromefb (disabled by default). GENERIC_LAPTOP: add unichromefb and vesafb (disabled by default).
Revision 1.816.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:49:58 2007 UTC (15 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.816: +3 -2
lines
Diff to previous 1.816 (colored)
Sync with head.
Revision 1.817 / (download) - annotate - [select for diffs], Tue Mar 13 04:09:28 2007 UTC (15 years, 10 months ago) by xtraeme
Branch: MAIN
Changes since 1.816: +3 -2
lines
Diff to previous 1.816 (colored)
Add aiboost* at acpi, enabled by default on i386/GENERIC and disable in the other ones (to follow current scheme).
Revision 1.808.2.5 / (download) - annotate - [select for diffs], Mon Mar 12 05:48:19 2007 UTC (15 years, 10 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.808.2.4: +30 -26
lines
Diff to previous 1.808.2.4 (colored)
Sync with HEAD.
Revision 1.799.2.4 / (download) - annotate - [select for diffs], Sat Mar 10 19:23:41 2007 UTC (15 years, 10 months ago) by riz
Branch: netbsd-4
Changes since 1.799.2.3: +25 -25
lines
Diff to previous 1.799.2.3 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by bouyer in ticket #494): sys/arch/i386/conf/GENERIC.MP: revision 1.9 distrib/pc532/cdroms/installcd/Makefile: revision 1.1 distrib/macppc/Makefile: revision 1.15 distrib/ofppc/Makefile: revision 1.2 distrib/ibmnws/Makefile: revision 1.2 distrib/acorn32/Makefile: revision 1.18 distrib/x68k/cdroms/installcd/Makefile: revision 1.1 distrib/sparc/Makefile: revision 1.7 distrib/sparc64/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/Makefile: revision 1.1 distrib/hpcsh/Makefile: revision 1.6 distrib/ofppc/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/Makefile: revision 1.13 distrib/news68k/cdroms/installcd/Makefile: revision 1.1 distrib/amiga/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/cdroms/Makefile: revision 1.1 distrib/amiga/cdroms/Makefile: revision 1.1 etc/etc.mac68k/Makefile.inc: revision 1.18 distrib/shark/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/Makefile: revision 1.28 distrib/hpcmips/cdroms/Makefile: revision 1.1 distrib/amd64/floppies/Makefile: revision 1.3 sys/arch/amd64/conf/INSTALL_ACPI: file removal distrib/i386/cdroms/Makefile: revision 1.4 distrib/acorn26/cdroms/installcd/Makefile: revision 1.1 distrib/hpcsh/cdroms/Makefile: revision 1.1 distrib/prep/cdroms/Makefile: revision 1.1 distrib/pc532/Makefile: revision 1.4 distrib/acorn32/cdroms/installcd/Makefile: revision 1.1 distrib/sun2/Makefile: revision 1.8 distrib/vax/Makefile: revision 1.17 distrib/sparc64/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/cdroms/Makefile: revision 1.1 distrib/mipsco/cdroms/installcd/Makefile: revision 1.1 distrib/sun3/cdroms/installcd/Makefile: revision 1.1 distrib/vax/cdroms/installcd/Makefile: revision 1.1 distrib/hpcarm/cdroms/installcd/Makefile: revision 1.1 distrib/mvme68k/Makefile: revision 1.4 distrib/mvmeppc/cdroms/Makefile: revision 1.1 distrib/newsmips/Makefile: revision 1.4 sys/arch/i386/conf/GENERIC.MPACPI: file removal distrib/hpcarm/cdroms/Makefile: revision 1.1 distrib/evbppc/cdroms/Makefile: revision 1.1 sys/arch/i386/conf/INSTALL_LARGE: revision 1.1 distrib/i386/cdroms/installcd/Makefile: revision 1.2 distrib/i386/cdroms/installcd/Makefile: revision 1.3 doc/CHANGES: revision 1.804 distrib/hpcsh/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.2 distrib/mvmeppc/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.3 distrib/evbarm/Makefile: revision 1.8 distrib/mvmeppc/Makefile: revision 1.3 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.3 distrib/macppc/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/cdroms/Makefile: revision 1.1 distrib/alpha/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/installcd/Makefile: revision 1.1 distrib/amd64/floppies/bootfloppy/Makefile: revision 1.4 distrib/pmppc/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/Makefile: revision 1.2 distrib/pmppc/Makefile: revision 1.2 distrib/arc/cdroms/Makefile: revision 1.1 sys/arch/amd64/conf/INSTALL: revision 1.66 distrib/sun3/cdroms/Makefile: revision 1.1 distrib/mipsco/Makefile: revision 1.4 distrib/sun3/Makefile: revision 1.9 distrib/vax/cdroms/Makefile: revision 1.1 distrib/pmppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile.cdrom: revision 1.1 distrib/atari/cdroms/installcd/Makefile: revision 1.1 distrib/evbppc/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/Makefile: revision 1.4 Makefile: revision 1.247 distrib/cats/cdroms/installcd/Makefile: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.130 sys/arch/amd64/conf/GENERIC: revision 1.131 distrib/sgimips/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/Makefile: revision 1.1 distrib/cats/cdroms/Makefile: revision 1.1 distrib/evbmips/Makefile: revision 1.3 distrib/evbmips/Makefile: revision 1.4 sys/arch/amd64/conf/GENERIC_ACPI: file removal distrib/ews4800mips/Makefile: revision 1.2 distrib/amd64/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/Makefile: revision 1.5 distrib/amd64/cdroms/installcd/Makefile: revision 1.2 distrib/mvme68k/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/cdroms/installcd/Makefile: revision 1.1 etc/etc.amd64/Makefile.inc: revision 1.7 distrib/i386/instkernel/Makefile: revision 1.6 distrib/x68k/cdroms/Makefile: revision 1.1 distrib/i386/cdroms/Makefile.cdrom: revision 1.1 distrib/sandpoint/Makefile: revision 1.4 distrib/i386/cdroms/Makefile.cdrom: revision 1.2 distrib/amiga/Makefile: revision 1.3 distrib/amd64/cdroms/bootcd/Makefile: revision 1.2 distrib/news68k/Makefile: revision 1.4 distrib/amd64/floppies/bootfloppy-com/Makefile: revision 1.5 distrib/news68k/cdroms/Makefile: revision 1.1 distrib/sparc/cdroms/Makefile: revision 1.1 distrib/shark/cdroms/Makefile: revision 1.1 etc/Makefile: revision 1.341 distrib/amd64/instkernel/Makefile: revision 1.2 distrib/sparc64/Makefile: revision 1.7 distrib/dreamcast/cdroms/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.3 distrib/ews4800mips/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/installcd/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.4 distrib/macppc/cdroms/Makefile: revision 1.1 distrib/mvme68k/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/Makefile: revision 1.1 distrib/hpcarm/Makefile: revision 1.3 distrib/arc/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/cdroms/installcd/Makefile: revision 1.1 distrib/mipsco/cdroms/Makefile: revision 1.1 distrib/Makefile.inc: revision 1.9 distrib/playstation2/cdroms/installcd/Makefile: revision 1.1 distrib/ibmnws/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/Makefile: revision 1.1 distrib/arc/Makefile: revision 1.3 distrib/sparc/cdroms/installcd/Makefile: revision 1.1 distrib/evbmips/cdroms/installcd/Makefile: revision 1.1 distrib/ews4800mips/cdroms/installcd/Makefile: revision 1.1 distrib/prep/Makefile: revision 1.3 distrib/ibmnws/cdroms/Makefile: revision 1.1 distrib/sandpoint/cdroms/Makefile: revision 1.1 distrib/atari/Makefile: revision 1.6 distrib/sgimips/cdroms/Makefile: revision 1.1 distrib/amd64/Makefile: revision 1.4 distrib/atari/cdroms/Makefile: revision 1.1 distrib/x68k/Makefile: revision 1.5 distrib/x68k/Makefile: revision 1.6 distrib/sandpoint/cdroms/installcd/Makefile: revision 1.1 distrib/evbarm/cdroms/Makefile: revision 1.1 distrib/acorn32/cdroms/Makefile: revision 1.1 distrib/cats/Makefile: revision 1.3 distrib/evbmips/cdroms/Makefile: revision 1.1 distrib/pc532/cdroms/Makefile: revision 1.1 distrib/Makefile: revision 1.14 distrib/evbarm/cdroms/installcd/Makefile: revision 1.1 distrib/ofppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile: revision 1.3 distrib/common/Makefile.bootcd: revision 1.8 distrib/i386/cdroms/bootcd-laptop/Makefile: file removal sys/arch/i386/conf/GENERIC: revision 1.813 distrib/hp300/Makefile: revision 1.17 sys/arch/i386/conf/GENERIC: revision 1.814 distrib/evbppc/Makefile: revision 1.2 distrib/pmax/cdroms/installcd/Makefile: revision 1.1 etc/etc.i386/Makefile.inc: revision 1.49 distrib/sgimips/Makefile: revision 1.2 distrib/prep/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/Makefile: revision 1.4 distrib/dreamcast/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/Makefile: revision 1.22 distrib/dreamcast/Makefile: revision 1.2 Missed part of ticket #494 - distrib/i386/cdroms/Makefile.cdrom and sys/arch/i386/conf/GENERIC: Improve the use of makefs to build boot CDs, and make it truely MI: - allow to specify the "instkernel" directory, and allow to put multiple kernels on the image - allow to specify the directory where the image will be created - only use bootxx_cd9660 if it exists - search for second-stage boot as usr/mdec/boot.${MACHINE} in addition to usr/mdec/boot - make 'installboot -e' optional - use target 'release' or 'iso_image' depending on ${CDRELEASE} - call some MD targets, which will eventually complete the file list or make the image bootable For the benefit of modern hardware, enable ACPI by default in INSTALL and GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and 'disable acpi' should be a workaround. ACPI-enabled kernels works fine on pre-acpi hardware. for amd64: - add ACPI to INSTALL and GENERIC, remove the *_ACPI config files. - get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot image for i386: - introduce INSTALL_LARGE which has ACPI and some devices with big firmware - move some devices from INSTALL to INSTALL_LARGE - Boot floppies still use INSTALL, and bootfloppy-big.fs is still there (for thoses who want to build el-torito floppy emulation boot CD) and use INSTALL. For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll use something else to build bootable CDs. Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs. call iso_image in distrib/ for iso-image in the top Makefile. Use the new common/Makefile.bootcd to make i386 and amd64 bootable ISO images. amd64 gets a single kernel; i386 images gets 3 kernels: - netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default - nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz - nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal non-ACPI kernel - drop the bootcd-laptop image both gets an installcd image, which is the same as bootcd but with the binary sets in addition to kernels. Make iso-image do nothing for all but mac68k, which still relies on mkisofs to create bootable ISO image. macppc should also be there, but it seems the code to make an iso bootable never got added in etc.macppc/ Fix typo in subdir name. Revert local changes that went in accidentally with the "add ACPI" commit. Note ACPI by default in i386/amd64, and the iso-image changes. Fix SUBDIR in previous Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly. Correct typo: the directory is named cdroms, not cdrom. Use nblaptop and nbnoacpi for the alternative kernel names; as suggected by Alan Barrett. While there factor out the kernels in Makefile.cdrom.
Revision 1.816 / (download) - annotate - [select for diffs], Sat Mar 10 10:54:53 2007 UTC (15 years, 10 months ago) by bouyer
Branch: MAIN
Branch point for: vmlocking,
mjf-ufs-trans
Changes since 1.815: +3 -3
lines
Diff to previous 1.815 (colored)
Comment out 'fdc* at acpi?' (it's likely that systems not supporting fdc0 at isa? don't have a fdc at all). Because of the 'fdc0 at isa?', on systems supporting ACPI the floppy controller would attach as fdc1. as fd(4) looks for its type in nvram using the floppy controller index, it's looking for the wrong controller and the default density isn't set (so /dev/fd0a doens't work). Problem analyzed by John Nemeth, thanks !
Revision 1.815 / (download) - annotate - [select for diffs], Thu Mar 8 15:16:04 2007 UTC (15 years, 10 months ago) by njoly
Branch: MAIN
Changes since 1.814: +3 -2
lines
Diff to previous 1.814 (colored)
Add hpet support to i386/amd64 kernels. - `hpet* at acpi?' to kernels that already support ACPI. - `hpet* at amdpcib?' (commented out) to amd64 GENERIC.
Revision 1.814 / (download) - annotate - [select for diffs], Wed Mar 7 22:23:14 2007 UTC (15 years, 10 months ago) by bouyer
Branch: MAIN
Changes since 1.813: +4 -6
lines
Diff to previous 1.813 (colored)
Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly.
Revision 1.813 / (download) - annotate - [select for diffs], Tue Mar 6 21:47:46 2007 UTC (15 years, 10 months ago) by bouyer
Branch: MAIN
Changes since 1.812: +27 -25
lines
Diff to previous 1.812 (colored)
For the benefit of modern hardware, enable ACPI by default in INSTALL and GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and 'disable acpi' should be a workaround. ACPI-enabled kernels works fine on pre-acpi hardware. for amd64: - add ACPI to INSTALL and GENERIC, remove the *_ACPI config files. - get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot image for i386: - introduce INSTALL_LARGE which has ACPI and some devices with big firmware - move some devices from INSTALL to INSTALL_LARGE - Boot floppies still use INSTALL, and bootfloppy-big.fs is still there (for thoses who want to build el-torito floppy emulation boot CD) and use INSTALL. For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll use something else to build bootable CDs.
Revision 1.812 / (download) - annotate - [select for diffs], Tue Mar 6 11:28:46 2007 UTC (15 years, 10 months ago) by dillo
Branch: MAIN
Changes since 1.811: +3 -3
lines
Diff to previous 1.811 (colored)
Complete rename of hfsp to hfs, requested by thorpej.
Revision 1.811 / (download) - annotate - [select for diffs], Mon Mar 5 23:30:18 2007 UTC (15 years, 10 months ago) by dillo
Branch: MAIN
Changes since 1.810: +3 -2
lines
Diff to previous 1.810 (colored)
Add file-system HFSP (commented out) to GENERIC kernels of ports on which Mac OS runs.
Revision 1.661.2.18 / (download) - annotate - [select for diffs], Sat Mar 3 23:30:21 2007 UTC (15 years, 11 months ago) by bouyer
Branch: netbsd-3
Changes since 1.661.2.17: +4 -2
lines
Diff to previous 1.661.2.17 (colored) to branchpoint 1.661 (colored)
Pull up following revision(s) (requested by tsutsui in ticket #1673): distrib/sets/lists/man/mi 1.844, 1.871 share/man/man4/Makefile 1.372, 1.379 via patch share/man/man4/re.4 1.8, 1.9, 1.11, 1.12 share/man/man4/rgephy.4 1.1 share/man/man4/rlphy.4 1.1, 1.2 sys/arch/amd64/conf/GENERIC 1.79, 1.89 sys/arch/amd64/conf/INSTALL 1.45, 1.49 sys/arch/i386/conf/GENERIC 1.717, 1.747 sys/arch/i386/conf/GENERIC_LAPTOP 1.164 sys/arch/i386/conf/INSTALL 1.277, 1.283 sys/arch/i386/conf/INSTALL_LAPTOP 1.96, 1.98 sys/arch/i386/conf/XEN2_DOM0 1.22 via patch sys/arch/macppc/conf/GENERIC 1.220, 1.246 sys/arch/macppc/conf/INSTALL 1.96, 1.100 sys/dev/cardbus/if_re_cardbus.c 1.10 sys/dev/cardbus/if_rtk_cardbus.c 1.29-1.31 sys/dev/ic/rtl8169.c 1.14, 1.20, 1.24, 1.25, 1.28-1.61, 1.63, 1.64-1.81 via patch sys/dev/ic/rtl81x9.c 1.52, 1.54-1.63, 1.65, 1.67-1.70 sys/dev/ic/rtl81x9reg.h 1.15-1.26 sys/dev/ic/rtl81x9var.h 1.19, 1.21-1.37 sys/dev/mii/files.mii 1.38 sys/dev/mii/miidevs 1.62, 1.64 sys/dev/mii/rgephy.c 1.10, 1.13-1.16 sys/dev/mii/rlphy.c 1.1, 1.6, 1.7, 1.11 via patch sys/dev/pci/if_re_pci.c 1.13, 1.15-1.17, 1.19-1.23 sys/dev/pci/if_rtk_pci.c 1.25, 1.28, 1.29, 1.31 sys/dev/pci/pcidevs 1.851, 1.852 on re(4): - improve stability (I believe ;-) - add a workaround for hardware ip4csum-tx bug - support newer chips (8169SB/SC, PCIe based 8168 etc.) - fix 8139C+ support - enable hardware VLAN - misc bus_dma(9) fix (which makes re(4) work on mips ports) on rtk(4): - fix kern/31348 - fix possible panic on dreamcast
Revision 1.810 / (download) - annotate - [select for diffs], Thu Mar 1 14:57:38 2007 UTC (15 years, 11 months ago) by kiyohara
Branch: MAIN
Changes since 1.809: +4 -2
lines
Diff to previous 1.809 (colored)
Add btuart(4).
Revision 1.808.2.4 / (download) - annotate - [select for diffs], Tue Feb 27 16:51:32 2007 UTC (15 years, 11 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.808.2.3: +5 -2
lines
Diff to previous 1.808.2.3 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.683.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:06:50 2007 UTC (15 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.2: +14 -6
lines
Diff to previous 1.683.2.2 (colored)
sync with head.
Revision 1.808.2.3 / (download) - annotate - [select for diffs], Wed Feb 21 11:57:28 2007 UTC (15 years, 11 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.808.2.2: +2 -5
lines
Diff to previous 1.808.2.2 (colored)
define SCHED_4BSD in conf/std for now.
Revision 1.808.2.2 / (download) - annotate - [select for diffs], Tue Feb 20 21:48:43 2007 UTC (15 years, 11 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.808.2.1: +1426 -0
lines
Diff to previous 1.808.2.1 (colored)
General Common Scheduler Framework (CSF) patch import. Huge thanks for Daniel Sieger <dsieger at TechFak.Uni-Bielefeld de> for this work. Short abstract: Split the dispatcher from the scheduler in order to make the scheduler more modular. Introduce initial API for other schedulers' implementations. Discussed in tech-kern@ OK: yamt@, ad@ Note: further work will go soon.
Revision 1.809 / (download) - annotate - [select for diffs], Sun Feb 18 18:05:52 2007 UTC (15 years, 11 months ago) by dsl
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Changes since 1.808: +5 -2
lines
Diff to previous 1.808 (colored)
Add commented out entries for SYSCALL_STATS and SYSCALL_TIMES
Revision 1.808.2.1, Sat Feb 17 00:28:23 2007 UTC (15 years, 11 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.808: +0 -1423
lines
FILE REMOVED
file GENERIC was added on branch yamt-idlelwp on 2007-02-20 21:48:43 +0000
Revision 1.808 / (download) - annotate - [select for diffs], Sat Feb 17 00:28:23 2007 UTC (15 years, 11 months ago) by daniel
Branch: MAIN
Branch point for: yamt-idlelwp
Changes since 1.807: +5 -2
lines
Diff to previous 1.807 (colored)
Add an opencrypto provider for the AES xcrypt instructions found on VIA C5P and later cores (also known as 'ACE', which is part of the VIA PadLock security engine). Ported from OpenBSD. Reviewed on tech-crypto and port-i386, no objections to commiting this.
Revision 1.807 / (download) - annotate - [select for diffs], Fri Feb 9 21:55:04 2007 UTC (15 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: post-newlock2-merge
Changes since 1.806: +3 -2
lines
Diff to previous 1.806 (colored)
Merge newlock2 to head.
Revision 1.779.2.4 / (download) - annotate - [select for diffs], Tue Feb 6 16:55:40 2007 UTC (15 years, 11 months ago) by ad
Branch: newlock2
Changes since 1.779.2.3: +9 -3
lines
Diff to previous 1.779.2.3 (colored) to branchpoint 1.779 (colored) next main 1.780 (colored)
Fix merge errors.
Revision 1.779.2.3 / (download) - annotate - [select for diffs], Tue Feb 6 15:04:17 2007 UTC (15 years, 11 months ago) by ad
Branch: newlock2
Changes since 1.779.2.2: +3 -2
lines
Diff to previous 1.779.2.2 (colored) to branchpoint 1.779 (colored)
Add pseudo-device lockstat.
Revision 1.779.2.2 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:00 2007 UTC (16 years ago) by ad
Branch: newlock2
Changes since 1.779.2.1: +5 -6
lines
Diff to previous 1.779.2.1 (colored) to branchpoint 1.779 (colored)
Sync with head.
Revision 1.799.2.3 / (download) - annotate - [select for diffs], Sun Jan 28 20:05:41 2007 UTC (16 years ago) by tron
Branch: netbsd-4
Changes since 1.799.2.2: +1 -1
lines
Diff to previous 1.799.2.2 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by tls in ticket #386): doc/CHANGES: revision 1.783 via patch sys/arch/i386/conf/INSTALL_TINY: revision 1.109 sys/arch/i386/conf/INSTALL_XEN2_DOMU: revision 1.11 sys/arch/i386/conf/INSTALL_SMALL: revision 1.132 sys/arch/i386/conf/GENERIC: revision 1.806 sys/arch/amd64/conf/GENERIC: revision 1.125 sys/arch/i386/conf/INSTALL: revision 1.303 sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.220 sys/arch/i386/conf/GENERIC_TINY: revision 1.103 sys/arch/i386/conf/INSTALL_LAPTOP: revision 1.114 Remove option COMPAT_386BSD_MBRPART from default kernels. NetBSD has not used partition ID 0x165 for many, many years, and the presence of this option in INSTALL kernels can cause overwriting of existing FreeBSD installations when sysinst writes back the disklabel. Those with very, very old NetBSD installations may find that they must update their fdisk partition tables to use partition ID 0x169 for their NetBSD partitions. This seems like the best of a number of lousy choices for dealing with this problem. Sysinst should perhaps grow code that asks whether an existing 0x165 partition should be converted. ~
Revision 1.806 / (download) - annotate - [select for diffs], Wed Jan 24 19:46:26 2007 UTC (16 years ago) by tls
Branch: MAIN
CVS Tags: newlock2-nbase,
newlock2-base
Changes since 1.805: +3 -3
lines
Diff to previous 1.805 (colored)
Remove option COMPAT_386BSD_MBRPART from default kernels. NetBSD has not used partition ID 0x165 for many, many years, and the presence of this option in INSTALL kernels can cause overwriting of existing FreeBSD installations when sysinst writes back the disklabel. Those with very, very old NetBSD installations may find that they must update their fdisk partition tables to use partition ID 0x169 for their NetBSD partitions. This seems like the best of a number of lousy choices for dealing with this problem. Sysinst should perhaps grow code that asks whether an existing 0x165 partition should be converted. ~
Revision 1.805 / (download) - annotate - [select for diffs], Sat Jan 20 18:48:17 2007 UTC (16 years ago) by xtraeme
Branch: MAIN
Changes since 1.804: +4 -5
lines
Diff to previous 1.804 (colored)
viaenv(4) does not need anymore viapm.
Revision 1.804 / (download) - annotate - [select for diffs], Thu Jan 11 05:36:29 2007 UTC (16 years ago) by mouse
Branch: MAIN
Changes since 1.803: +4 -2
lines
Diff to previous 1.803 (colored)
Hook srt into the rest of the kernel build machinery, so it works to just uncomment the pseudo-device line (which arguably should go into other ports' GENERICs too, and at some point may). OKed by perry.
Revision 1.661.2.17 / (download) - annotate - [select for diffs], Mon Jan 8 16:36:20 2007 UTC (16 years ago) by ghen
Branch: netbsd-3
Changes since 1.661.2.16: +3 -0
lines
Diff to previous 1.661.2.16 (colored) to branchpoint 1.661 (colored)
Pull up following revision(s) (requested by bouyer in ticket #1621): sys/arch/i386/conf/GENERIC: revision 1.787 via patch share/man/man4/Makefile: revision 1.407 via patch distrib/sets/lists/man/mi: revision 1.936 via patch share/man/man4/ipmi.4: revision 1.1 via patch sys/arch/i386/i386/bios32.c: revision 1.11 via patch sys/dev/DEVNAMES: revision 1.221 via patch sys/arch/x86/x86/ipmi.c: revision 1.1 via patch sys/arch/i386/i386/mainbus.c: revision 1.65 via patch sys/arch/x86/include/smbiosvar.h: revision 1.1 via patch sys/arch/x86/include/ipmivar.h: revision 1.1 via patch sys/arch/x86/conf/files.x86: revision 1.20 via patch sys/arch/i386/conf/files.i386: revision 1.293 via patch Add ipmi(4) driver, from OpenBSD. This requires SMBios support, so add SMBios detection and mapping to bios32.c, also from OpenBSD (for now this is only compiled in if ipmi(4) is configured). The sensors and watchdog are accessible though envsys(4). Works on i386; some work is needed on amd64 to access the BIOS. It would eventually work on Xen if the SMBios is accessible (to be tested). Add manpage for new ipmi driver. Claim ipmi.
Revision 1.683.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:04 2006 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.683.2.1: +64 -35
lines
Diff to previous 1.683.2.1 (colored)
sync with head.
Revision 1.661.2.16 / (download) - annotate - [select for diffs], Sat Dec 23 16:43:18 2006 UTC (16 years, 1 month ago) by ghen
Branch: netbsd-3
Changes since 1.661.2.15: +1 -0
lines
Diff to previous 1.661.2.15 (colored) to branchpoint 1.661 (colored)
Pull up following revision(s) (requested by bouyer in ticket #1609): sys/arch/i386/conf/INSTALL: revision 1.298 sys/arch/i386/conf/GENERIC: revision 1.802 sys/dev/pci/files.pci: revision 1.274 sys/arch/amd64/conf/GENERIC: revision 1.122 sys/dev/pci/mfi_pci.c: revision 1.1 via patch distrib/sets/lists/man/mi: revision 1.958 sys/arch/amd64/conf/INSTALL: revision 1.61 sys/dev/ic/mfireg.h: revision 1.1 share/man/man4/Makefile: revision 1.416 via patch sys/dev/ic/mfi.c: revision 1.1 sys/arch/i386/conf/XEN2_DOM0: revision 1.19 sys/dev/ic/mfivar.h: revision 1.1 sys/conf/files: revision 1.821 share/man/man4/mfi.4: revision 1.1 share/man/man4/mfi.4: revision 1.2 sys/dev/pci/pcidevs via patch Add mfi(4), a driver for LSI Logic & Dell MegaRAID SAS RAID controller. Ported from OpenBSD, tested on i386 and amd64. Punctuation issues.
Revision 1.661.2.15 / (download) - annotate - [select for diffs], Sat Dec 23 14:43:45 2006 UTC (16 years, 1 month ago) by ghen
Branch: netbsd-3
Changes since 1.661.2.14: +3 -2
lines
Diff to previous 1.661.2.14 (colored) to branchpoint 1.661 (colored)
Pull up following revision(s) (requested by bouyer in ticket #1608): sys/arch/i386/conf/INSTALL: revision 1.299 via patch sys/arch/i386/conf/XEN2_DOM0: revision 1.20 via patch sys/arch/i386/conf/GENERIC: revision 1.803 via patch sys/dev/pci/files.pci: revision 1.275 via patch sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.218 via patch sys/arch/amd64/conf/GENERIC: revision 1.123 via patch sys/dev/pci/if_bnx.c: revision 1.1 via patch share/man/man4/bnx.4: revision 1.1-1.2 via patch distrib/sets/lists/man/mi: revision 1.959 via patch sys/arch/amd64/conf/INSTALL: revision 1.62 via patch sys/dev/microcode/bnx/bnxfw.h: revision 1.1-1.2 via patch sys/dev/pci/if_bnxreg.h: revision 1.1 via patch share/man/man4/Makefile: revision 1.417 via patch sys/arch/i386/conf/INSTALL_LAPTOP: revision 1.112 via patch Add bnx(4), a driver for Broadcom NetXtreme II 10/100/1000 Ethernet device. Ported from OpenBSD by cube@, with some bus_dma fixes by me. Tested on i386 and amd64. Add a NetBSD RCS tag. Nx -> Ox; remove trailing whitespace.
Revision 1.799.2.2 / (download) - annotate - [select for diffs], Thu Dec 21 13:44:00 2006 UTC (16 years, 1 month ago) by tron
Branch: netbsd-4
Changes since 1.799.2.1: +1 -0
lines
Diff to previous 1.799.2.1 (colored) to branchpoint 1.799 (colored)
Pull up following revision(s) (requested by bouyer in ticket #287): sys/arch/i386/conf/INSTALL: revision 1.299 sys/arch/i386/conf/XEN2_DOM0: revision 1.20 sys/arch/i386/conf/GENERIC: revision 1.803 sys/dev/pci/files.pci: revision 1.275 sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.218 sys/arch/amd64/conf/GENERIC: revision 1.123 sys/dev/pci/if_bnx.c: revision 1.1 share/man/man4/bnx.4: revision 1.1 distrib/sets/lists/man/mi: revision 1.959 sys/arch/amd64/conf/INSTALL: revision 1.62 sys/dev/microcode/bnx/bnxfw.h: revision 1.1 sys/arch/i386/conf/ALL: revision 1.76 sys/dev/pci/if_bnxreg.h: revision 1.1 share/man/man4/Makefile: revision 1.417 sys/arch/i386/conf/INSTALL_LAPTOP: revision 1.112 Add bnx(4), a driver for Broadcom NetXtreme II 10/100/1000 Ethernet device. Ported from OpenBSD by cube@, with some bus_dma fixes by me. Tested on i386 and amd64.
Revision 1.799.2.1 / (download) - annotate - [select for diffs], Thu Dec 21 12:46:20 2006 UTC (16 years, 1 month ago) by tron
Branch: netbsd-4
Changes since 1.799: +3 -2
lines
Diff to previous