View | Details | Raw Unified | Return to bug 46846 | Differences between
and this patch

Collapse All | Expand All

(-)LIVECD.diff Tue Jan 7 20:20:56 2003 (+91 lines)
Lines 55-60 Link Here
55
options        _KPOSIX_PRIORITY_SCHEDULING
55
options        _KPOSIX_PRIORITY_SCHEDULING
56
options        ICMP_BANDLIM            #Rate limit bad replies
56
options        ICMP_BANDLIM            #Rate limit bad replies
57
options        KBD_INSTALL_CDEV        # install a CDEV entry in /dev
57
options        KBD_INSTALL_CDEV        # install a CDEV entry in /dev
58
options                ROOTDEVNAME=\"cd9660:acd0\"
59
options                UNION
60
options                EXT2FS
61
options                NTFS
58
options        AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
62
options        AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
59
                                       # output.  Adds ~128k to driver.
63
                                       # output.  Adds ~128k to driver.
60
options        AHD_REG_PRETTY_PRINT    # Print register bitfields in debug 
64
options        AHD_REG_PRETTY_PRINT    # Print register bitfields in debug 
Lines 240-245 Link Here
240
pseudo-device  md              # Memory "disks"
244
pseudo-device  md              # Memory "disks"
241
pseudo-device  gif             # IPv6 and IPv4 tunneling
245
pseudo-device  gif             # IPv6 and IPv4 tunneling
242
pseudo-device  faith   1       # IPv6-to-IPv4 relaying (translation)
246
pseudo-device  faith   1       # IPv6-to-IPv4 relaying (translation)
247
pseudo-device   vn      15      #Vnode driver (turns a file into a device)
243
248
244
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
249
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
245
# Be aware of the administrative consequences of enabling this!
250
# Be aware of the administrative consequences of enabling this!
Lines 261-263 Link Here
261
device         aue             # ADMtek USB ethernet
266
device         aue             # ADMtek USB ethernet
262
device         cue             # CATC USB ethernet
267
device         cue             # CATC USB ethernet
263
device         kue             # Kawasaki LSI USB ethernet
268
device         kue             # Kawasaki LSI USB ethernet
269
#
270
device          agp
271
device         pcm
272
#
273
options         IPFIREWALL              #firewall
274
options         IPFIREWALL_VERBOSE      #print information about
275
options         IPFIREWALL_FORWARD      #enable transparent proxy support
276
options         IPSTEALTH
277
options         IPDIVERT
278
options         TCP_DROP_SYNFIN         #drop TCP packets with SYN+FIN
279
options         ICMP_BANDLIM
280
#
281
options         USER_LDT
282
options         VESA
283
options         SC_PIXEL_MODE           # add support for the raster text mode
284
#
285
# Suporte a disk-on Chip
286
device          fla0    at isa?
287
#
288
# Suporte a placas ISDN
289
290
# Siemens/Infineon chipsets
291
device          isic0
292
293
# Winbond chipset
294
device          iwic0
295
296
# AVM Fritz PCI
297
device          ifpi0
298
299
# AVM Fritz PCI version 2
300
device          "ifpi2"
301
302
# Teles 16.3c
303
device          ihfc0
304
305
# NETjet-S / Teles PCI-TJ
306
device          itjc0
307
308
# AVM Fritz PnP
309
device          ifpnp0
310
311
# AVM B1/T1
312
device          "i4bcapi"
313
device          iavc0
314
315
# enable some ISA cards within the "isic" driver
316
options         TEL_S0_8
317
options         TEL_S0_16
318
options         TEL_S0_16_3
319
options         AVM_A1
320
options         USR_STI
321
options         ELSA_PCC16
322
323
# enable some ISA PnP cards within the "isic" driver
324
options         TEL_S0_16_3_P
325
options         CRTX_S0_P
326
options         DRN_NGO
327
options         SEDLBAUER
328
options         ELSA_QS1ISA
329
options         SIEMENS_ISURF2
330
options         ASUSCOM_IPAC
331
options         EICON_DIVA
332
options         COMPAQ_M610
333
334
# enable ELSA Microlink PCI card within the "isic" driver
335
options         ELSA_QS1PCI
336
337
# protocol stack
338
pseudo-device   "i4bq921"
339
pseudo-device   "i4bq931"
340
pseudo-device   "i4b"
341
342
# control devices
343
pseudo-device   "i4btrc"        4
344
pseudo-device   "i4bctl"
345
pseudo-device   "i4brbch"       4
346
pseudo-device   "i4btel"        2
347
348
# IP over raw HDLC
349
options         IPR_VJ
350
pseudo-device   "i4bipr"        4
351
352
# kernel sppp
353
pseudo-device   sppp
354
pseudo-device   "i4bisppp"      4

Return to bug 46846