[Glibc-bsd-commits] r4865 - in trunk/kfreebsd-10/debian: . patches

Robert Millan rmh at alioth.debian.org
Sun Aug 4 20:04:53 UTC 2013


Author: rmh
Date: 2013-08-04 20:04:53 +0000 (Sun, 04 Aug 2013)
New Revision: 4865

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/999_config.diff
Log:
  * Harmonize kernel config with upstream, reducing the GENERIC delta.
    - Let GENERIC define fdc. DEBIAN can override this afterwards.
    - Let GENERIC define lpt, ppi, tun, gif and faith. There seems to
      be no particular reason to diverge on these.
    - Don't include LINPROCFS and COMPAT_LINUX in GENERIC. DEBIAN already does.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-08-04 17:36:53 UTC (rev 4864)
+++ trunk/kfreebsd-10/debian/changelog	2013-08-04 20:04:53 UTC (rev 4865)
@@ -1,3 +1,13 @@
+kfreebsd-10 (10.0~svn253832-2) UNRELEASED; urgency=low
+
+  * Harmonize kernel config with upstream, reducing the GENERIC delta.
+    - Let GENERIC define fdc. DEBIAN can override this afterwards.
+    - Let GENERIC define lpt, ppi, tun, gif and faith. There seems to
+      be no particular reason to diverge on these.
+    - Don't include LINPROCFS and COMPAT_LINUX in GENERIC. DEBIAN already does.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 04 Aug 2013 21:44:17 +0200
+
 kfreebsd-10 (10.0~svn253832-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/999_config.diff	2013-08-04 17:36:53 UTC (rev 4864)
+++ trunk/kfreebsd-10/debian/patches/999_config.diff	2013-08-04 20:04:53 UTC (rev 4865)
@@ -20,37 +20,6 @@
  options 	KTRACE			# ktrace(1) support
  options 	STACK			# stack(9) support
  options 	SYSVSHM			# SYSV-style shared memory
-@@ -101,9 +101,6 @@
- device		acpi
- device		pci
- 
--# Floppy drives
--device		fdc
--
- # ATA controllers
- device		ahci		# AHCI-compatible SATA controllers
- device		ata		# Legacy ATA/SATA controllers
-@@ -202,9 +199,6 @@
- # Parallel port
- device		ppc
- device		ppbus		# Parallel port bus (required)
--device		lpt		# Printer
--device		ppi		# Parallel port interface device
--#device		vpo		# Requires scbus and da
- 
- device		puc		# Multi I/O cards and multi-channel UARTs
- 
-@@ -303,10 +297,7 @@
- options 	YARROW_RNG	# Yarrow software RNG
- device		ether		# Ethernet support
- device		vlan		# 802.1Q VLAN support
--device		tun		# Packet tunnel.
- device		md		# Memory "disks"
--device		gif		# IPv6 and IPv4 tunneling
--device		faith		# IPv6-to-IPv4 relaying (translation)
- device		firmware	# firmware assist module
- 
- # The `bpf' device enables the Berkeley Packet Filter.
 --- a/sys/i386/conf/GENERIC
 +++ b/sys/i386/conf/GENERIC
 @@ -18,10 +18,10 @@
@@ -68,16 +37,7 @@
  
  makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
  makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace support
-@@ -46,6 +46,8 @@
- options 	MSDOSFS			# MSDOS Filesystem
- options 	CD9660			# ISO 9660 Filesystem
- options 	PROCFS			# Process filesystem (requires PSEUDOFS)
-+options		LINPROCFS
-+options		COMPAT_LINUX		# Needed by LINPROCFS
- options 	PSEUDOFS		# Pseudo-filesystem framework
- options 	GEOM_PART_GPT		# GUID Partition Tables.
- options 	GEOM_RAID		# Soft RAID functionality.
-@@ -54,7 +56,7 @@
+@@ -54,7 +54,7 @@
  options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
  options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
  options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
@@ -86,40 +46,9 @@
  options 	KTRACE			# ktrace(1) support
  options 	STACK			# stack(9) support
  options 	SYSVSHM			# SYSV-style shared memory
-@@ -103,9 +105,6 @@
- device		eisa
- device		pci
- 
--# Floppy drives
--device		fdc
--
- # ATA controllers
- device		ahci		# AHCI-compatible SATA controllers
- device		ata		# Legacy ATA/SATA controllers
-@@ -213,9 +212,6 @@
- # Parallel port
- device		ppc
- device		ppbus		# Parallel port bus (required)
--device		lpt		# Printer
--device		ppi		# Parallel port interface device
--#device		vpo		# Requires scbus and da
- 
- device		puc		# Multi I/O cards and multi-channel UARTs
- 
-@@ -317,10 +313,7 @@
- options 	YARROW_RNG	# Yarrow software RNG
- device		ether		# Ethernet support
- device		vlan		# 802.1Q VLAN support
--device		tun		# Packet tunnel.
- device		md		# Memory "disks"
--device		gif		# IPv6 and IPv4 tunneling
--device		faith		# IPv6-to-IPv4 relaying (translation)
- device		firmware	# firmware assist module
- 
- # The `bpf' device enables the Berkeley Packet Filter.
 --- /dev/null
 +++ b/sys/conf/DEBIAN
-@@ -0,0 +1,33 @@
+@@ -0,0 +1,37 @@
 +# Common options to all Debian GNU/kFreeBSD kernels
 +
 +options		LINPROCFS
@@ -129,6 +58,10 @@
 +options         QUOTA
 +options		KTRACE
 +
++# Floppy drives need not be built-in because our installer doesn't
++# include a "floppy" flavour (and probably never will).
++nodevice	fdc
++
 +# Network options
 +device		carp
 +device		pf




More information about the Glibc-bsd-commits mailing list